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

Commit d34ed166 authored by Wink Saville's avatar Wink Saville
Browse files

Add PROPERTY_IMS_REG_REQUIRED.

Bug: 5337311
Change-Id: Ic5f310f485b49b29385bc1427a1f156484896569
parent 31f971b5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -182,4 +182,9 @@ public interface TelephonyProperties
     * in commercial configuration.
     */
    static final String PROPERTY_TEST_CSIM = "persist.radio.test-csim";

    /**
     * Set to true to indicate a test ims registration required.
     */
    static final String PROPERTY_IMS_REG_REQUIRED = "persist.radio.imsregrequired";
}