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

Commit 82b83e38 authored by Arun Voddu's avatar Arun Voddu Committed by Android (Google) Code Review
Browse files

Merge "Change the visibility of setCarrierRestrictionStatus API in...

Merge "Change the visibility of setCarrierRestrictionStatus API in carrierRestrictionRules" into main
parents d5751840 b7972bdc
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ flag {
    bug:"303780982"
}

# OWNER=arunvoddu TARGET=24Q3
# OWNER=arunvoddu TARGET=24Q4
flag {
    name: "carrier_restriction_status"
    is_exported: true
@@ -50,3 +50,11 @@ flag {
    description: "This flag cleans up the OpenLogicalChannelRecord once SIM is removed"
    bug:"335046531"
}

# OWNER=arunvoddu TARGET=24Q4
flag {
    name: "set_carrier_restriction_status"
    namespace: "telephony"
    description: "This flag controls the visibility of the setCarrierRestrictionStatus API in carrierRestrictionRules class."
    bug:"342411308"
}