1package: "com.android.permission.flags" 2container: "com.android.permission" 3 4flag { 5 name: "private_profile_supported" 6 is_exported: true 7 namespace: "permissions" 8 description: "This flag is used to support private profile in safety center" 9 bug: "286539356" 10 is_fixed_read_only: true 11} 12 13flag { 14 name: "private_profile_title_api" 15 is_exported: true 16 namespace: "permissions" 17 description: "This flag is used to guard the private profile title api in safety center" 18 bug: "286539356" 19 is_fixed_read_only: true 20} 21 22flag { 23 name: "wear_privacy_dashboard_enabled_read_only" 24 is_exported: true 25 namespace: "wear_security" 26 description: "This flag is used to support Privacy dashboard for Wear" 27 bug: "309721061" 28 is_fixed_read_only: true 29} 30 31flag { 32 name: "archiving_read_only" 33 is_exported: true 34 namespace: "permissions" 35 description: "Feature flag to enable the archiving feature." 36 bug: "278553670" 37 is_fixed_read_only: true 38} 39 40flag { 41 name: "add_banners_to_privacy_sensitive_apps_for_aaos" 42 is_exported: true 43 namespace: "permissions" 44 description: "Flag to display warning banners to privacy sensitive apps in AAOS." 45 bug: "327489942" 46 is_fixed_read_only: true 47} 48 49flag { 50 name: "enhanced_confirmation_backport_enabled" 51 is_exported: true 52 namespace: "permissions" 53 description: "Flag to backport enhanced confirmation in permission mainline to T and U." 54 bug: "347876543" 55 is_fixed_read_only: true 56} 57 58flag { 59 name: "enable_coarse_fine_location_prompt_for_aaos" 60 is_exported: true 61 namespace: "permissions" 62 description: "Feature flag to enable downgrading to coarse location on Automotive" 63 bug: "346369736" 64 is_fixed_read_only: true 65} 66 67flag { 68 name: "livedata_refactor_permission_timeline_enabled" 69 is_exported: true 70 namespace: "permissions" 71 description: "This flag is used to enable modern app architecture implementation for timeline page" 72 bug: "354234946" 73 is_fixed_read_only: true 74} 75 76flag { 77 name: "odad_notifications_supported" 78 is_exported: true 79 namespace: "permissions" 80 description: "This flag is used to enable Safety Center notifications support for ODAD" 81 bug: "356910008" 82 is_fixed_read_only: true 83} 84 85flag { 86 name: "safety_center_issue_only_affects_group_status" 87 is_exported: true 88 namespace: "permissions" 89 description: "This flag is used by Safety Center to affect the status light of an entry group when an issue only source pushes a warning" 90 bug: "356910111" 91 is_fixed_read_only: true 92} 93 94flag { 95 name: "safety_center_enabled_no_device_config" 96 is_exported: true 97 namespace: "permissions" 98 description: "This flag disables the usage of DeviceConfig to enable/disable Safety Center on UDC+ (enabled by default instead)" 99 bug: "354670125" 100 is_fixed_read_only: true 101} 102 103flag { 104 name: "app_permission_fragment_uses_preferences" 105 is_exported: true 106 namespace: "permissions" 107 description: "This flag enables AppPermissionFragment rather than LegacyAppPermissionFragment" 108 bug: "349675008" 109 is_fixed_read_only: true 110} 111 112flag { 113 name: "cross_user_role_enabled" 114 is_exported: true 115 namespace: "permissions" 116 description: "This flag enables cross-user roles support and API" 117 bug: "367732307" 118 is_fixed_read_only: true 119} 120 121flag { 122 name: "permission_timeline_attribution_label_fix" 123 is_exported: true 124 namespace: "permissions" 125 description: "This flag is used for the attribution label fix on permission timeline page" 126 bug: "369606734" 127 is_fixed_read_only: true 128} 129 130flag { 131 name: "wear_compose_material3" 132 is_exported: true 133 namespace: "permissions" 134 description: "This flag enables material3 design system for wear ui components" 135 bug: "370489422" 136 is_fixed_read_only: true 137} 138 139flag { 140 name: "decluttered_permission_manager_enabled" 141 is_exported: true 142 namespace: "permissions" 143 description: "Enables displaying unused permission groups in the additional page, instead of displaying them in the main permission manager page" 144 bug: "365823624" 145 is_fixed_read_only: true 146} 147 148flag { 149 name: "expressive_design_enabled" 150 is_exported: true 151 namespace: "permissions" 152 description: "This flag is used to enable Expressive Design for Settings pages inside PermissionController" 153 bug: "375480184" 154 is_fixed_read_only: true 155}