Merge "Add flag to change to the new APN page." into main
diff --git a/aconfig/Android.bp b/aconfig/Android.bp
index edfe0a9..d4960c2 100644
--- a/aconfig/Android.bp
+++ b/aconfig/Android.bp
@@ -8,6 +8,7 @@
     srcs: [
         "settings_connecteddevice_flag_declarations.aconfig",
         "settings_globalintl_flag_declarations.aconfig",
+        "settings_apn_flag_declarations.aconfig",
     ],
 }
 
diff --git a/aconfig/settings_apn_flag_declarations.aconfig b/aconfig/settings_apn_flag_declarations.aconfig
new file mode 100644
index 0000000..bca3183
--- /dev/null
+++ b/aconfig/settings_apn_flag_declarations.aconfig
@@ -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"
+}
\ No newline at end of file