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

Commit 155c90b1 authored by rambowang's avatar rambowang Committed by Rambo Wang
Browse files

Introduce aconfig flag to guard Reset mobile network feature

The flag is used in components below:
- API (an activity action) defined in TelephonyManager
- Implementation in Settings app
- Test cases

Bug: 271921464
Test: atest TelephonyManagerTest
Test: Feature functionality test
Change-Id: I60251fdc9a1040740c71519bcf4e56067093637d
parent 02e50ca2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -63,3 +63,10 @@ flag {
  description: "Expose carrier config KEY_ADDITIONAL_SETTINGS_CALLER_ID_VISIBILITY_BOOL and KEY_ADDITIONAL_SETTINGS_CALL_WAITING_VISIBILITY_BOOL."
  bug: "310264981"
}

flag {
    name: "reset_mobile_network_settings"
    namespace: "telephony"
    description: "Allows applications to launch Reset Mobile Network Settings page in Settings app."
    bug:"271921464"
}