Merge "Add flag to change to the new APN page." into main

This commit is contained in:
Charlotte Lu
2023-09-14 10:46:11 +00:00
committed by Android (Google) Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -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",
], ],
} }

View 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"
}