fix: 首次提交

This commit is contained in:
2024-12-09 11:25:23 +08:00
parent d0c01071e9
commit 2c2109a5f3
4741 changed files with 290641 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
package: "com.android.settingslib.flags"
flag {
name: "new_status_bar_icons"
namespace: "systemui"
description: "Enable new status bar system icons"
bug: "314812750"
}
flag {
name: "enable_cached_bluetooth_device_dedup"
namespace: "bluetooth"
description: "Enable dedup in CachedBluetoothDevice"
bug: "319197962"
metadata {
purpose: PURPOSE_BUGFIX
}
}
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"
}
flag {
name: "legacy_le_audio_sharing"
namespace: "pixel_cross_device_control"
description: "Gates the legacy le audio sharing UI."
bug: "322295262"
}
flag {
name: "enable_le_audio_sharing"
namespace: "pixel_cross_device_control"
description: "Gates whether to enable LE audio sharing"
bug: "305620450"
}
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: "308368124"
}
flag {
name: "enable_hide_exclusively_managed_bluetooth_device"
namespace: "dck_framework"
description: "Hide exclusively managed Bluetooth devices in BT settings menu."
bug: "324475542"
}

View File

@@ -0,0 +1,22 @@
package: "com.android.settingslib.media.flags"
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"
}
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"
}
flag {
name: "enable_output_switcher_for_system_routing"
namespace: "media_solutions"
description: "Enable Output Switcher when no media is playing."
bug: "284227163"
}