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

* commit 'df1d07b4c77bcc8928b2e5360440aa9b69a6cd21':
  Add checking to find AppDirectedSmsProxy for App Directed SMS feature
This commit is contained in:
Jing Zhao
2014-12-05 20:47:42 +00:00
committed by Android Git Automerger

View File

@@ -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.