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