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

Commit 3df8b23f authored by Wink Saville's avatar Wink Saville Committed by Android Git Automerger
Browse files

am f946c282: Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom

* commit 'f946c282':
  Add PROPERTY_IMS_REG_REQUIRED.
parents 0e872592 f946c282
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";
}