Back to project page Mountie.
The source code is released under:
GNU General Public License
If you think the Android project Mountie 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; // ww w .j a v a2 s. c o m public class Constants { public static final String TAG = "RootTools v3.5"; 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; }