xref: /aosp_15_r20/prebuilts/sdk/33/public/api/framework-sdksandbox.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
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