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

Commit 4aad10d2 authored by Steve Kondik's avatar Steve Kondik
Browse files

Add @hide to MOCK_SMS stuff

Change-Id: I3f65cb43052c24f8e4c42a80773fb785c90c038a
parent 16cd02ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";

+2 −1
Original line number Diff line number Diff line
@@ -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"