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

Commit 3f289473 authored by arunvoddu's avatar arunvoddu
Browse files

Changing the visibility of getCarrierRestrictionStatus API to public with flagged annotation

Bug: 313553044
Test: Built Successfully and verified cts
Change-Id: I590c97795715a6d1f6d5726cf504a5ce9a5cd564
parent 730feab8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -12,3 +12,9 @@ flag {
    description: "This flag controls to download the IMSI encryption keys after user unlocks the phone."
    bug:"303780982"
}
flag {
    name: "carrier_restriction_status"
    namespace: "telephony"
    description: "This flag control the visibility of the getCarrierRestrictionStatus in carrierRestrictionRules class."
    bug:"313553044"
}
 No newline at end of file