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

Commit 8d50d0fb authored by Jing Zhao's avatar Jing Zhao Committed by Android Git Automerger
Browse files

am 23ad6efb: am df1d07b4: Add checking to find AppDirectedSmsProxy for App Directed SMS feature

* commit '23ad6efb':
  Add checking to find AppDirectedSmsProxy for App Directed SMS feature
parents d4ba216a 23ad6efb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -363,6 +363,12 @@
        android:label="@string/permlab_receiveMms"
        android:description="@string/permdesc_receiveMms" />

    <!-- Allows an application to filter carrier specific sms.
         @hide -->
    <permission android:name="android.permission.CARRIER_FILTER_SMS"
        android:permissionGroup="android.permission-group.MESSAGES"
        android:protectionLevel="signature|system" />

    <!-- @SystemApi Allows an application to receive emergency cell broadcast messages,
         to record or display them to the user.
         <p>Not for use by third-party applications.