summaryrefslogtreecommitdiff
path: root/core/java/android/permission/flags.aconfig
blob: fece5d3987504645cda75f16c15659d4f1a71893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
package: "android.permission.flags"
container: "system"

flag {
  name: "device_aware_permission_apis_enabled"
  is_fixed_read_only: true
  namespace: "permissions"
  description: "enable device aware permission APIs"
  bug: "274852670"
}

flag {
  name: "voice_activation_permission_apis"
  namespace: "permissions"
  description: "enable voice activation permission APIs"
  bug: "287264308"
}

flag {
    name: "system_server_role_controller_enabled"
    is_fixed_read_only: true
    namespace: "permissions"
    description: "enable role controller in system server"
    bug: "302562590"
}

flag {
  name: "set_next_attribution_source"
  namespace: "permissions"
  description: "enable AttributionSource.setNextAttributionSource"
  bug: "304478648"
}

flag {
    name: "should_register_attribution_source"
    namespace: "permissions"
    description: "enable the shouldRegisterAttributionSource API"
    bug: "305057691"
}

flag {
  name: "attribution_source_constructor"
  namespace: "permissions"
  description: "enable AttributionSource(int, int, String, String, IBinder, String[], AttributionSource)"
  bug: "304478648"
}

flag {
    name: "enhanced_confirmation_mode_apis"
    namespace: "permissions"
    description: "enable enhanced confirmation mode apis"
    bug: "310220212"
}

flag {
  name: "op_enable_mobile_data_by_user"
  namespace: "permissions"
  description: "enables logging of the OP_ENABLE_MOBILE_DATA_BY_USER"
  bug: "222650148"
}

flag {
  name: "factory_reset_prep_permission_apis"
  namespace: "wallet_integration"
  description: "enable Permission PREPARE_FACTORY_RESET."
  bug: "302016478"
}

flag {
    name: "new_permission_gid_enabled"
    is_fixed_read_only: true
    namespace: "permissions"
    description: "Enable new permission GID implementation"
    bug: "325137277"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}