summaryrefslogtreecommitdiff
path: root/core/java/android/content/res/flags.aconfig
blob: 3a00d91bfb9f40aa98cdea5f9a52f64943d2b4eb (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
package: "android.content.res"

flag {
    name: "default_locale"
    namespace: "resource_manager"
    description: "Feature flag for default locale in LocaleConfig"
    bug: "117306409"
    # fixed_read_only or device wont boot because of permission issues accessing flags during boot
    is_fixed_read_only: true
}

flag {
    name: "asset_file_descriptor_frro"
    namespace: "resource_manager"
    description: "Feature flag for passing in an AssetFileDescriptor to create an frro"
    bug: "304478666"
}

flag {
    name: "manifest_flagging"
    namespace: "resource_manager"
    description: "Feature flag for flagging manifest entries"
    bug: "297373084"
    # This flag is read in PackageParser at boot time, and in aapt2 which is a build tool.
    is_fixed_read_only: true
}

flag {
    name: "nine_patch_frro"
    namespace: "resource_manager"
    description: "Feature flag for creating an frro from a 9-patch"
    bug: "309232726"
}