Read docs lol

This commit is contained in:
oxmc
2025-08-18 23:43:02 -07:00
parent 752e05ce4c
commit 9d96f458a8
5 changed files with 73 additions and 4 deletions

15
api/current.txt Normal file
View File

@@ -0,0 +1,15 @@
package pawletos.device {
@SystemApi
public class PawletDevice {
method public static String getBrandName(Context);
method public static String getCodename(Context);
method public static String getCurrentLocale(Context);
method public static String getManufactureDate();
method public static double getPawletSDKVersion();
method public static String getSeries();
method public static String getWarrantyExclusion();
method public static boolean isEmulator();
method public static boolean isPawletOS();
method public static boolean isRooted();
}
}