• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    is_exported: true
26}
27
28flag {
29    name: "selinux_input_selector"
30    namespace: "sdk_sandbox"
31    description: "Bug fix for the SDK sandbox selinux input selector"
32    bug: "295861450"
33    metadata {
34        purpose: PURPOSE_BUGFIX
35    }
36    is_exported: true
37}
38
39flag {
40    name: "first_and_last_sdk_sandbox_uid_public"
41    namespace: "sdk_sandbox"
42    description: "Make Process#FIRST_SDK_SANDBOX_UID and Process#LAST_SDK_SANDBOX_UID public"
43    bug: "314270319"
44}
45
46flag {
47    name: "sdk_sandbox_instrumentation_info"
48    namespace: "sdk_sandbox"
49    bug: "315018061"
50    description: "Enables the getSdkSandboxApplicationInfoForInstrumentation API for tests"
51    is_exported: true
52}
53
54flag {
55    name: "sdk_sandbox_uid_to_app_uid_api"
56    namespace: "sdk_sandbox"
57    description: "Get the app uid for the input sdk sandbox uid"
58    bug: "314270319"
59    is_exported: true
60}
61
62flag {
63    name: "get_effective_target_sdk_version_api"
64    namespace: "sdk_sandbox"
65    description: "Get the the effective target Sdk version for the sdk sandbox process"
66    bug: "271547387"
67}
68
69flag {
70    name: "sdk_sandbox_dex_verifier"
71    namespace: "sdk_sandbox"
72    description: "Enables the static dex verifier for the SDK sandbox to run on new SDKs"
73    bug: "231441674"
74}
75
76flag {
77    name: "sdk_sandbox_verify_sdk_dex_files"
78    namespace: "adservices_aconfig"
79    description: "Enables the static dex verifier for the SDK sandbox to run on new SDKs"
80    bug: "231441674"
81    is_fixed_read_only: true
82}
83