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 is_exported: true 10} 11 12flag { 13 name: "sandbox_client_importance_listener" 14 namespace: "sdk_sandbox" 15 bug: "267760787" 16 description: "Enables SDKs in the sandbox to know about specific changes in the client's importance" 17 is_exported: true 18} 19 20flag { 21 name: "selinux_sdk_sandbox_audit" 22 namespace: "sdk_sandbox" 23 bug: "295861450" 24 description: "Enables the SELinux domain sdk_sandbox_audit" 25} 26 27flag { 28 name: "selinux_input_selector" 29 namespace: "sdk_sandbox" 30 description: "Bug fix for the SDK sandbox selinux input selector" 31 bug: "295861450" 32 metadata { 33 purpose: PURPOSE_BUGFIX 34 } 35} 36 37flag { 38 name: "first_and_last_sdk_sandbox_uid_public" 39 namespace: "sdk_sandbox" 40 description: "Make Process#FIRST_SDK_SANDBOX_UID and Process#LAST_SDK_SANDBOX_UID public" 41 bug: "314270319" 42} 43 44flag { 45 name: "sdk_sandbox_instrumentation_info" 46 namespace: "sdk_sandbox" 47 bug: "315018061" 48 description: "Enables the getSdkSandboxApplicationInfoForInstrumentation API for tests" 49 is_exported: true 50} 51 52flag { 53 name: "sdk_sandbox_uid_to_app_uid_api" 54 namespace: "sdk_sandbox" 55 description: "Get the app uid for the input sdk sandbox uid" 56 bug: "314270319" 57 is_exported: true 58} 59 60flag { 61 name: "get_effective_target_sdk_version_api" 62 namespace: "sdk_sandbox" 63 description: "Get the the effective target Sdk version for the sdk sandbox process" 64 bug: "271547387" 65} 66 67flag { 68 name: "sdk_sandbox_dex_verifier" 69 namespace: "sdk_sandbox" 70 description: "Enables the static dex verifier for the SDK sandbox to run on new SDKs" 71 bug: "231441674" 72} 73 74flag { 75 name: "service_restriction_package_name_logic_updated" 76 namespace: "adservices_aconfig" 77 description: "Updates the package name validation process to determine service access within the SDK sandbox" 78 bug: "343681196" 79 is_fixed_read_only: true 80} 81 82flag { 83 name: "sdk_sandbox_verify_sdk_dex_files" 84 namespace: "adservices_aconfig" 85 description: "Enables the static dex verifier for the SDK sandbox to run on new SDKs" 86 bug: "231441674" 87 is_fixed_read_only: true 88} 89