1package: "com.android.sdksandbox.flags" 2container: "com.android.adservices" 3 4flag { 5 name: "sandbox_activity_sdk_based_context" 6 namespace: "sdk_sandbox" 7 bug: "290326267" 8 description: "This flag make the sandbox activity context based on its corresponding SDK package info instead of the sandbox App package info" 9} 10 11flag { 12 name: "sandbox_client_importance_listener" 13 namespace: "sdk_sandbox" 14 bug: "267760787" 15 description: "Enables SDKs in the sandbox to know about specific changes in the client's importance" 16} 17 18flag { 19 name: "selinux_sdk_sandbox_audit" 20 namespace: "sdk_sandbox" 21 bug: "295861450" 22 description: "Enables the SELinux domain sdk_sandbox_audit" 23} 24 25flag { 26 name: "selinux_input_selector" 27 namespace: "sdk_sandbox" 28 description: "Bug fix for the SDK sandbox selinux input selector" 29 bug: "295861450" 30 metadata { 31 purpose: PURPOSE_BUGFIX 32 } 33} 34 35flag { 36 name: "first_and_last_sdk_sandbox_uid_public" 37 namespace: "sdk_sandbox" 38 description: "Make Process#FIRST_SDK_SANDBOX_UID and Process#LAST_SDK_SANDBOX_UID public" 39 bug: "314270319" 40} 41 42flag { 43 name: "sdk_sandbox_instrumentation_info" 44 namespace: "sdk_sandbox" 45 bug: "315018061" 46 description: "Enables the getSdkSandboxApplicationInfoForInstrumentation API for tests" 47} 48 49flag { 50 name: "sdk_sandbox_uid_to_app_uid_api" 51 namespace: "sdk_sandbox" 52 description: "Get the app uid for the input sdk sandbox uid" 53 bug: "314270319" 54} 55 56flag { 57 name: "get_effective_target_sdk_version_api" 58 namespace: "sdk_sandbox" 59 description: "Get the the effective target Sdk version for the sdk sandbox process" 60 bug: "271547387" 61} 62 63flag { 64 name: "sdk_sandbox_dex_verifier" 65 namespace: "sdk_sandbox" 66 description: "Enables the static dex verifier for the SDK sandbox to run on new SDKs" 67 bug: "231441674" 68} 69