Merge "Mark PROCESS_OUTGOING_CALLS permission as deprecated." am: 70e943ba80
am: 41ab607d3d
Change-Id: I0111b33db6fb43b387b977007180f362ba36e2db
This commit is contained in:
@@ -100,7 +100,7 @@ package android {
|
|||||||
field public static final String NFC_TRANSACTION_EVENT = "android.permission.NFC_TRANSACTION_EVENT";
|
field public static final String NFC_TRANSACTION_EVENT = "android.permission.NFC_TRANSACTION_EVENT";
|
||||||
field public static final String PACKAGE_USAGE_STATS = "android.permission.PACKAGE_USAGE_STATS";
|
field public static final String PACKAGE_USAGE_STATS = "android.permission.PACKAGE_USAGE_STATS";
|
||||||
field @Deprecated public static final String PERSISTENT_ACTIVITY = "android.permission.PERSISTENT_ACTIVITY";
|
field @Deprecated public static final String PERSISTENT_ACTIVITY = "android.permission.PERSISTENT_ACTIVITY";
|
||||||
field public static final String PROCESS_OUTGOING_CALLS = "android.permission.PROCESS_OUTGOING_CALLS";
|
field @Deprecated public static final String PROCESS_OUTGOING_CALLS = "android.permission.PROCESS_OUTGOING_CALLS";
|
||||||
field public static final String READ_CALENDAR = "android.permission.READ_CALENDAR";
|
field public static final String READ_CALENDAR = "android.permission.READ_CALENDAR";
|
||||||
field public static final String READ_CALL_LOG = "android.permission.READ_CALL_LOG";
|
field public static final String READ_CALL_LOG = "android.permission.READ_CALL_LOG";
|
||||||
field public static final String READ_CONTACTS = "android.permission.READ_CONTACTS";
|
field public static final String READ_CONTACTS = "android.permission.READ_CONTACTS";
|
||||||
|
|||||||
@@ -915,6 +915,9 @@
|
|||||||
call with the option to redirect the call to a different number or
|
call with the option to redirect the call to a different number or
|
||||||
abort the call altogether.
|
abort the call altogether.
|
||||||
<p>Protection level: dangerous
|
<p>Protection level: dangerous
|
||||||
|
|
||||||
|
@deprecated Applications should use {@link android.telecom.CallRedirectionService} instead
|
||||||
|
of the {@link android.content.Intent#ACTION_NEW_OUTGOING_CALL} broadcast.
|
||||||
-->
|
-->
|
||||||
<permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
|
<permission android:name="android.permission.PROCESS_OUTGOING_CALLS"
|
||||||
android:permissionGroup="android.permission-group.CALL_LOG"
|
android:permissionGroup="android.permission-group.CALL_LOG"
|
||||||
|
|||||||
Reference in New Issue
Block a user