blob: 00f7c2adae72a141783769010d8ae5a777941463 (
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
|
package: "com.android.permission.flags"
flag {
name: "device_aware_permission_grant"
namespace: "permissions"
description: "Enables device aware grant permission flow"
bug: "292252664"
}
# TODO: Remove when wear_privacy_dashboard_enabled_read_only reaches to the next stage.
flag {
name: "wear_privacy_dashboard_enabled"
namespace: "wear_security"
description: "This flag is used to support Privacy dashboard for Wear"
bug: "309721061"
}
flag {
name: "wear_privacy_dashboard_enabled_read_only"
namespace: "wear_security"
description: "This flag is used to support Privacy dashboard for Wear"
bug: "309721061"
is_fixed_read_only: true
}
flag {
name: "archiving_read_only"
namespace: "permissions"
description: "Feature flag to enable the archiving feature."
bug: "278553670"
is_fixed_read_only: true
}
|