Add flag for Subsequent pair Settings integration
Bug: 296507968 Test: Manual Change-Id: I87002c4e8143df1e67e3c32eff6d654575b81051
This commit is contained in:
@@ -105,6 +105,7 @@ android_library {
|
||||
"Settings-change-ids",
|
||||
"androidx.room_room-runtime",
|
||||
"SystemUIUnfoldLib",
|
||||
"aconfig_settings_flags_lib",
|
||||
],
|
||||
|
||||
plugins: ["androidx.room_room-compiler-plugin"],
|
||||
|
17
aconfig/Android.bp
Normal file
17
aconfig/Android.bp
Normal file
@@ -0,0 +1,17 @@
|
||||
package {
|
||||
default_applicable_licenses: ["packages_apps_Settings_license"],
|
||||
}
|
||||
|
||||
aconfig_declarations {
|
||||
name: "aconfig_settings_connecteddevice_flags",
|
||||
package: "com.android.settings.connecteddevice.flags",
|
||||
srcs: [
|
||||
"settings_connecteddevice_flag_declarations.aconfig",
|
||||
],
|
||||
}
|
||||
|
||||
java_aconfig_library {
|
||||
name: "aconfig_settings_flags_lib",
|
||||
aconfig_declarations: "aconfig_settings_connecteddevice_flags",
|
||||
}
|
||||
|
@@ -0,0 +1,8 @@
|
||||
package: "com.android.settings.connecteddevice.flags"
|
||||
|
||||
flag {
|
||||
name: "enable_subsequent_pair_settings_integration"
|
||||
namespace: "pixel_cross_device_control"
|
||||
description: "Gates whether to enable subsequent pair Settings integration."
|
||||
bug: "296507968"
|
||||
}
|
Reference in New Issue
Block a user