Add feature flag geofence_enhancement_for_better_ux
Bug: 348675732
Flag: com.android.internal.telephony.flags.geofence_enhancement_for_better_ux
Test: Build
Test: Verified with the end to end test with the satellite test applications if it is working well according to the feature flags(geofence_enhancement_for_better_ux).
Change-Id: I1f1ccfd29d085575630f67bcbc6ee8ee92d1c909
diff --git a/flags/satellite.aconfig b/flags/satellite.aconfig
index f663de8..4806789 100644
--- a/flags/satellite.aconfig
+++ b/flags/satellite.aconfig
@@ -51,3 +51,14 @@
description: "This flag controls satellite communication supported by OEMs in phase 2."
bug:"349624547"
}
+
+# OWNER=youngtaecha TARGET=24Q4
+flag {
+ name: "geofence_enhancement_for_better_ux"
+ namespace: "telephony"
+ description: "Enhance geofence to improve UX experience"
+ bug: "347711329"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}
\ No newline at end of file