Update api/device/current.txt
This commit is contained in:
17
api/device/current.txt
Normal file
17
api/device/current.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
// Signature format: 4.0
|
||||
|
||||
package pawletos.device {
|
||||
@SystemApi
|
||||
public class PawletDevice {
|
||||
method public static String getBrandName(android.content.Context);
|
||||
method public static String getCodename(android.content.Context);
|
||||
method public static String getCurrentLocale(android.content.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();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user