Loading core/java/android/provider/Settings.java +1 −0 Original line number Diff line number Diff line Loading @@ -3446,6 +3446,7 @@ public final class Settings { /** * Setting to allow the use of {@link SMSDispatcher#MockSmsReceiver} to simulate * the reception of SMS for testing purposes during application development. * @hide */ public static final String ALLOW_MOCK_SMS = "mock_sms"; Loading core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,8 @@ android:label="@string/permlab_sendSms" android:description="@string/permdesc_sendSms" /> <!-- Allows an application to send mock SMS messages. --> <!-- Allows an application to send mock SMS messages. @hide --> <permission android:name="android.permission.SEND_MOCK_SMS" android:permissionGroup="android.permission-group.MESSAGES" android:protectionLevel="dangerous" Loading Loading
core/java/android/provider/Settings.java +1 −0 Original line number Diff line number Diff line Loading @@ -3446,6 +3446,7 @@ public final class Settings { /** * Setting to allow the use of {@link SMSDispatcher#MockSmsReceiver} to simulate * the reception of SMS for testing purposes during application development. * @hide */ public static final String ALLOW_MOCK_SMS = "mock_sms"; Loading
core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,8 @@ android:label="@string/permlab_sendSms" android:description="@string/permdesc_sendSms" /> <!-- Allows an application to send mock SMS messages. --> <!-- Allows an application to send mock SMS messages. @hide --> <permission android:name="android.permission.SEND_MOCK_SMS" android:permissionGroup="android.permission-group.MESSAGES" android:protectionLevel="dangerous" Loading