Skip to content

Commit a48b9fa

Browse files
Wink SavilleThe Android Automerger
authored andcommitted
Add PROPERTY_IMS_REG_REQUIRED.
Bug: 5337311 Change-Id: Ic5f310f485b49b29385bc1427a1f156484896569
1 parent 6d111c9 commit a48b9fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

telephony/java/com/android/internal/telephony/TelephonyProperties.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,9 @@ public interface TelephonyProperties
182182
* in commercial configuration.
183183
*/
184184
static final String PROPERTY_TEST_CSIM = "persist.radio.test-csim";
185+
186+
/**
187+
* Set to true to indicate a test ims registration required.
188+
*/
189+
static final String PROPERTY_IMS_REG_REQUIRED = "persist.radio.imsregrequired";
185190
}

0 commit comments

Comments
 (0)