From 139351d30cf8fc8b092a6b568f97ae251f15af9b Mon Sep 17 00:00:00 2001 From: oxmc Date: Tue, 9 Sep 2025 12:52:55 -0700 Subject: [PATCH] Add api/system/current.txt --- api/system/current.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 api/system/current.txt diff --git a/api/system/current.txt b/api/system/current.txt new file mode 100644 index 0000000..254e879 --- /dev/null +++ b/api/system/current.txt @@ -0,0 +1,12 @@ +// 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(); + } + +} \ No newline at end of file