I'm working on understanding some smali code and I'm trying to understand a variable declaration. The code is:
.field protected static final VARIABLE_NAME:B = 0x16t
I understand the variable must be a byte, but what does the "t" mean afterwards?
Thanks!