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: "odad_notifications_supported" 69 is_exported: true 70 namespace: "permissions" 71 description: "This flag is used to enable Safety Center notifications support for ODAD" 72 bug: "356910008" 73 is_fixed_read_only: true 74} 75 76flag { 77 name: "safety_center_issue_only_affects_group_status" 78 is_exported: true 79 namespace: "permissions" 80 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" 81 bug: "356910111" 82 is_fixed_read_only: true 83} 84 85flag { 86 name: "safety_center_enabled_no_device_config" 87 is_exported: true 88 namespace: "permissions" 89 description: "This flag disables the usage of DeviceConfig to enable/disable Safety Center on UDC+ (enabled by default instead)" 90 bug: "354670125" 91 is_fixed_read_only: true 92} 93 94flag { 95 name: "app_permission_fragment_uses_preferences" 96 is_exported: true 97 namespace: "permissions" 98 description: "This flag enables AppPermissionFragment rather than LegacyAppPermissionFragment" 99 bug: "349675008" 100 is_fixed_read_only: true 101} 102 103flag { 104 name: "cross_user_role_enabled" 105 is_exported: true 106 namespace: "permissions" 107 description: "This flag enables cross-user roles support and API" 108 bug: "367732307" 109 is_fixed_read_only: true 110} 111 112flag { 113 name: "cross_user_role_ux_bugfix_enabled" 114 is_exported: true 115 namespace: "permissions" 116 description: "This flag enables cross-user roles support ux bug fixes" 117 bug: "367732307" 118 is_fixed_read_only: true 119 metadata { 120 purpose: PURPOSE_BUGFIX 121 } 122} 123 124flag { 125 name: "permission_timeline_attribution_label_fix" 126 is_exported: true 127 namespace: "permissions" 128 description: "This flag is used for the attribution label fix on permission timeline page" 129 bug: "369606734" 130 is_fixed_read_only: true 131} 132 133flag { 134 name: "wear_compose_material3" 135 is_exported: true 136 namespace: "permissions" 137 description: "This flag enables material3 design system for wear ui components" 138 bug: "370489422" 139 is_fixed_read_only: true 140} 141 142flag { 143 name: "decluttered_permission_manager_enabled" 144 is_exported: true 145 namespace: "permissions" 146 description: "Enables displaying unused permission groups in the additional page, instead of displaying them in the main permission manager page" 147 bug: "365823624" 148 is_fixed_read_only: true 149} 150 151flag { 152 name: "expressive_design_enabled" 153 is_exported: true 154 namespace: "permissions" 155 description: "This flag is used to enable Expressive Design for Settings pages inside PermissionController" 156 bug: "375480184" 157 is_fixed_read_only: true 158} 159 160flag { 161 name: "default_apps_recommendation_enabled" 162 is_exported: true 163 namespace: "permissions" 164 description: "This flag enables the recommended section in default apps" 165 bug: "388234667" 166 is_fixed_read_only: true 167} 168 169flag { 170 name: "fix_safety_center_touch_target" 171 is_exported: true 172 namespace: "permissions" 173 description: "This flag fixes an issue with the SafetyCenterTouchTarget code" 174 bug: "399872661" 175 is_fixed_read_only: true 176} 177