diff options
| author | 2025-01-03 11:29:57 -0800 | |
|---|---|---|
| committer | 2025-01-03 18:01:37 -0800 | |
| commit | 612d9bd413aa1ebe5b9868cedf386b4d2fb71480 (patch) | |
| tree | bd81b7aa053f939054877795d351972ebde099fe | |
| parent | e891c195e7708de48ac8f885a9e13c430b6cbd74 (diff) | |
Make indentation consistent in SettingsLib flags.
Change-Id: Ibabfa335b3c56e3b710fa52390384802a4e20f3d
bug: 387519232
Flag: EXEMPT_internal cleanup
| -rw-r--r-- | packages/SettingsLib/aconfig/settingslib.aconfig | 48 | ||||
| -rw-r--r-- | packages/SettingsLib/aconfig/settingslib_media_flag_declarations.aconfig | 16 |
2 files changed, 32 insertions, 32 deletions
diff --git a/packages/SettingsLib/aconfig/settingslib.aconfig b/packages/SettingsLib/aconfig/settingslib.aconfig index cc996c5a2120..2f91097b04a6 100644 --- a/packages/SettingsLib/aconfig/settingslib.aconfig +++ b/packages/SettingsLib/aconfig/settingslib.aconfig @@ -9,10 +9,10 @@ flag { } flag { - name: "bluetooth_qs_tile_dialog_auto_on_toggle" - namespace: "bluetooth" - description: "Displays the auto on toggle in the bluetooth QS tile dialog" - bug: "316985153" + name: "bluetooth_qs_tile_dialog_auto_on_toggle" + namespace: "bluetooth" + description: "Displays the auto on toggle in the bluetooth QS tile dialog" + bug: "316985153" } flag { @@ -23,24 +23,24 @@ flag { } flag { - name: "enable_le_audio_sharing" - namespace: "pixel_cross_device_control" - description: "Gates whether to enable LE audio sharing" - bug: "323125723" + name: "enable_le_audio_sharing" + namespace: "pixel_cross_device_control" + description: "Gates whether to enable LE audio sharing" + bug: "323125723" } flag { - name: "enable_le_audio_qr_code_private_broadcast_sharing" - namespace: "pixel_cross_device_control" - description: "Gates whether to enable LE audio private broadcast sharing via QR code" - bug: "323125723" + name: "enable_le_audio_qr_code_private_broadcast_sharing" + namespace: "pixel_cross_device_control" + description: "Gates whether to enable LE audio private broadcast sharing via QR code" + bug: "323125723" } flag { - name: "enable_hide_exclusively_managed_bluetooth_device" - namespace: "dck_framework" - description: "Hide exclusively managed Bluetooth devices in BT settings menu." - bug: "324475542" + name: "enable_hide_exclusively_managed_bluetooth_device" + namespace: "dck_framework" + description: "Hide exclusively managed Bluetooth devices in BT settings menu." + bug: "324475542" } flag { @@ -89,7 +89,7 @@ flag { description: "the battery saver can pause all non-essential apps and their corresponding notification when device is in locked state to introduce the security vulnerability" bug: "346513692" metadata { - purpose: PURPOSE_BUGFIX + purpose: PURPOSE_BUGFIX } } @@ -113,13 +113,13 @@ flag { } flag { - name: "asha_profile_access_profile_enabled_true" - namespace: "accessibility" - description: "Changes the return value of HearingAidProfile.accessProfileEnabled() to true" - bug: "356530795" - metadata { - purpose: PURPOSE_BUGFIX - } + name: "asha_profile_access_profile_enabled_true" + namespace: "accessibility" + description: "Changes the return value of HearingAidProfile.accessProfileEnabled() to true" + bug: "356530795" + metadata { + purpose: PURPOSE_BUGFIX + } } flag { diff --git a/packages/SettingsLib/aconfig/settingslib_media_flag_declarations.aconfig b/packages/SettingsLib/aconfig/settingslib_media_flag_declarations.aconfig index 6f614b372ea6..065a61c74811 100644 --- a/packages/SettingsLib/aconfig/settingslib_media_flag_declarations.aconfig +++ b/packages/SettingsLib/aconfig/settingslib_media_flag_declarations.aconfig @@ -2,17 +2,17 @@ package: "com.android.settingslib.media.flags" container: "system" flag { - name: "use_media_router2_for_info_media_manager" - namespace: "media_solutions" - description: "Gates whether to use a MediaRouter2-based implementation of InfoMediaManager, instead of the legacy MediaRouter2Manager-based implementation." - bug: "192657812" + name: "use_media_router2_for_info_media_manager" + namespace: "media_solutions" + description: "Gates whether to use a MediaRouter2-based implementation of InfoMediaManager, instead of the legacy MediaRouter2Manager-based implementation." + bug: "192657812" } flag { - name: "enable_tv_media_output_dialog" - namespace: "tv_system_ui" - description: "Gates all the changes for the tv specific media output dialog" - bug: "303205631" + name: "enable_tv_media_output_dialog" + namespace: "tv_system_ui" + description: "Gates all the changes for the tv specific media output dialog" + bug: "303205631" } flag { |