1// Signature format: 2.0 2package android.app.sdksandbox { 3 4 public final class SdkSandboxManager { 5 method public static int getSdkSandboxState(); 6 field public static final int SDK_SANDBOX_STATE_DISABLED = 0; // 0x0 7 field public static final int SDK_SANDBOX_STATE_ENABLED_PROCESS_ISOLATION = 2; // 0x2 8 } 9 10} 11 12