Settings page to show rotation, resolution, enable/disable display settings for external and overlay displays. In case persist.demo.userrotation.package_name sysprop is set, then the virtual display with this will also be shown. In case there is only one allowed display available, then this display will be shown right away. When there are more than 1 displays available, then the list of displays will be shown. Change-Id: I186667aaba94ed6befec3a98f4a87f2b2d1f1859 Test: atest ExternalDisplayUpdaterTest Test: atest ExternalDisplayPreferenceFragmentTest Test: atest ResolutionPreferenceFragmentTest Test: atest ConnectedDeviceGroupControllerTest Bug: 340218151 Bug: 294015706 Bug: 253296253 Flag: com.android.settings.flags.rotation_connected_display_setting Flag: com.android.settings.flags.resolution_and_enable_connected_display_setting
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
package: "com.android.settings.flags"
|
|
container: "system_ext"
|
|
|
|
flag {
|
|
name: "enable_subsequent_pair_settings_integration"
|
|
namespace: "pixel_cross_device_control"
|
|
description: "Gates whether to enable subsequent pair Settings integration."
|
|
bug: "299405720"
|
|
}
|
|
|
|
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: "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
|
|
}
|
|
}
|