Back to project page Calma.
The source code is released under:
Apache License
If you think the Android project Calma listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.stericson.RootTools; /*from w w w . j av a 2s.c om*/ public class Constants { public static final String TAG = "RootTools v3.2"; public static final int FPS = 1; public static final int IAG = 2; public static final int BBA = 3; public static final int BBV = 4; public static final int GI = 5; public static final int GS = 6; public static final int GSYM = 7; }