Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f00eeaee authored by youngtaecha's avatar youngtaecha Committed by Youngtae Cha
Browse files

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
parent 777165b5
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -51,3 +51,14 @@ flag {
    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