Aztec decoding works well but has not been tested enough yet in order
to be labelled other than 'alpha'.
This easiest way to activate it is to edit the constructor of the
class com.google.zxing.client.android.DecodeThread and add AZTEC to
decodeFormats just before putting it as an hint:
decodeFormats.add(BarcodeFormat.AZTEC);