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

Commit 85c80c08 authored by Sangyun Yun's avatar Sangyun Yun Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for providers to support backup&restore networktypes" into main

parents 158a179d 21087655
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -81,3 +81,15 @@ flag {
  description: "Elevate NRI#getRejectCause from System to Public"
  bug: "239730435"
}

# OWNER=sangyun TARGET=24Q3
flag {
    name: "backup_and_restore_for_enable_2g"
    namespace: "telephony"
    description: "Support backup & restore for allow 2g (setting) option."
    bug:"314734614"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}