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

Commit f946c282 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom

parents 2c2ab586 d34ed166
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";
}