12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
// Signature format: 2.0
|
|
package android.app.sdksandbox {
|
|
|
|
public final class SdkSandboxManager {
|
|
method public static int getSdkSandboxState();
|
|
field public static final int SDK_SANDBOX_STATE_DISABLED = 0; // 0x0
|
|
field public static final int SDK_SANDBOX_STATE_ENABLED_PROCESS_ISOLATION = 2; // 0x2
|
|
}
|
|
|
|
}
|
|
|