Add flag to change to the new APN page.
Fix: 300203760 Test: Visual Change-Id: I0f869fb847f0a108487eb84509a736129fe42223
This commit is contained in:
@@ -8,6 +8,7 @@ aconfig_declarations {
|
|||||||
srcs: [
|
srcs: [
|
||||||
"settings_connecteddevice_flag_declarations.aconfig",
|
"settings_connecteddevice_flag_declarations.aconfig",
|
||||||
"settings_globalintl_flag_declarations.aconfig",
|
"settings_globalintl_flag_declarations.aconfig",
|
||||||
|
"settings_apn_flag_declarations.aconfig",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
8
aconfig/settings_apn_flag_declarations.aconfig
Normal file
8
aconfig/settings_apn_flag_declarations.aconfig
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
package: "com.android.settings.flags"
|
||||||
|
|
||||||
|
flag {
|
||||||
|
name: "new_apn_page_enabled"
|
||||||
|
namespace: "settings_apn"
|
||||||
|
description: "Change to the new APN page."
|
||||||
|
bug: "298906796"
|
||||||
|
}
|
Reference in New Issue
Block a user