12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
// Signature format: 4.0
|
|
package pawletos.device.system {
|
|
|
|
public class PawletSystem {
|
|
method public static boolean isEmulator();
|
|
method public static boolean isRooted();
|
|
method public static String getCurrentLocale(android.content.Context);
|
|
method public static boolean isPawletOS();
|
|
method public static double getPawletSDKVersion();
|
|
}
|
|
|
|
} |