Files
app_Settings/aconfig/settings_connecteddevice_flag_declarations.aconfig
Justin Yun 1337a88d11 Revert "Replace system_ext container with system"
This reverts commit 6e1b274f03.

A system partition cannot have the aconfigs of other partitions.
Revive the system_ext container for system_ext aconfigs.

Bug: 385213580
Test: "adb shell aflags list" must not be changed.
Flag: EXEMPT refactor
Change-Id: I8f52d5f86e6ffaccd624846fbe1ba0a8fc842af6
2025-01-17 15:03:58 +09:00

51 lines
1.4 KiB
Plaintext

package: "com.android.settings.flags"
container: "system_ext"
flag {
name: "rotation_connected_display_setting"
namespace: "display_manager"
description: "Allow changing rotation of the connected display."
bug: "294015706"
}
flag {
name: "resolution_and_enable_connected_display_setting"
namespace: "display_manager"
description: "Allow enabling/disabling and changing resolution of the connected display."
bug: "253296253"
}
flag {
name: "display_topology_pane_in_display_list"
namespace: "display_manager"
description: "Shows the connected display setting and shows the topology pane in the display list, even with only one display connected."
bug: "352648432"
}
flag {
name: "enable_auth_challenge_for_usb_preferences"
namespace: "safety_center"
description: "Gates whether to require an auth challenge for changing USB preferences"
bug: "317367746"
}
flag {
name: "enable_bonded_bluetooth_device_searchable"
namespace: "pixel_cross_device_control"
description: "Set bonded bluetooth devices under connected devices page to be searchable by Settings search."
bug: "319056077"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "exclude_webcam_auth_challenge"
namespace: "safety_center"
description: "Gates whether to exclude webcam from USB preferences auth challenge."
bug: "349370229"
metadata {
purpose: PURPOSE_BUGFIX
}
}