Add api/system/current.txt

This commit is contained in:
2025-09-09 12:52:55 -07:00
parent 83782cf37d
commit 139351d30c

12
api/system/current.txt Normal file
View File

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