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

Commit d9f02f46 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Hide new non-standard permission

These were breaking builds due to the public API modification

Change-Id: I603fcf0601f40fb315086859aa03ef5b7ec39248
parent aa25e2b0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -291,7 +291,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"