How to use AppSettings on Android?

I want to set my depth bit to 16 but I know public static void main(String[] args) { doesn’t work on android
I have searched a lot around on the forums but I couldn’t find any way to do this :stuck_out_tongue:
Can someone help me?

Do you want to set it generally? In that case you could set the depht-bits in your main-class within the code.

Perhaps this link will help you.

At the end of the page is an example, in case you want to set the depth-bits “outside” the main class, in a settings-file.