Files
frameworks_pawlet/api/system/current.txt
oxmc7769 de2cd5b1b5 api: use platform type (String!) for SERVICE_NAME field
Bare String in format 4.0 generates @RecentlyNonNull in from-text stubs
which is not public in stub-annotations and causes a javac error.
2026-06-15 07:50:02 +00:00

35 lines
1.3 KiB
Plaintext

// Signature format: 4.0
package pawletos.device.system {
public final class PawletManager {
method public static pawletos.device.system.PawletManager! get(android.content.Context!);
method public long getBuildDate();
method public String! getDeviceCodename();
method public String! getDeviceModel();
method public String! getDisplayVersion();
method public String! getHardwarePlatform();
method public int getPawletSdkVersion();
method public String! getPawletVersion();
method public String! getReleaseType();
method public String! getSerialNumber();
method public boolean isDeviceProvisioned();
method public boolean isFeatureEnabled(String!);
method public boolean isUserSetupComplete();
method public void setFeatureEnabled(String!, boolean);
field public static final String! SERVICE_NAME = "pawlet";
}
public final class PawletSystem {
method public static String! getCurrentLocale(android.content.Context!);
method public static int getPawletSdkVersion();
method public static boolean isDebugBuild();
method public static boolean isEmulator();
method public static boolean isPawletOS();
method public static boolean isReleaseBuild();
method public static boolean isRooted();
field public static final int PAWLET_SDK_VERSION = 1; // 0x1
}
}