Files
FrameworkAPI/api/system/current.txt
2025-11-29 19:16:24 +00:00

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();
}
}