summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProviderNative.java
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2018-08-14 14:06:26 +0100
committerMathew Inwood <mathewi@google.com>2018-08-15 09:59:43 +0100
commit1c77a11db2bb9fe3f848aaa35ba501930ae3544f (patch)
tree45da53c45e3696b895be8f5224b2013bbe734ec9 /core/java/android/content/ContentProviderNative.java
parent3683071fe2d1c4d76a91b9e6bc436adfb31dfd06 (diff)
Add @UnsupportedAppUsage annotations
For packages: android.content.res android.content.pm.split android.content.pm.permission android.content.pm.dex android.content.pm android.content.om android.content This is an automatically generated CL. See go/UnsupportedAppUsage for more details. Exempted-From-Owner-Approval: Mechanical changes to the codebase which have been approved by Android API council and announced on android-eng@ Bug: 110868826 Test: m Change-Id: Ie932bb108f8e21aad8576e444d43e7a553a4d128 Merged-In: Ia79256a3d04e16dd78331a61af0dcddc5fc1599b
Diffstat (limited to 'core/java/android/content/ContentProviderNative.java')
-rw-r--r--core/java/android/content/ContentProviderNative.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/content/ContentProviderNative.java b/core/java/android/content/ContentProviderNative.java
index d428a3a857b7..6bede131c817 100644
--- a/core/java/android/content/ContentProviderNative.java
+++ b/core/java/android/content/ContentProviderNative.java
@@ -17,6 +17,7 @@
package android.content;
import android.annotation.Nullable;
+import android.annotation.UnsupportedAppUsage;
import android.content.res.AssetFileDescriptor;
import android.database.BulkCursorDescriptor;
import android.database.BulkCursorToCursorAdaptor;
@@ -50,6 +51,7 @@ abstract public class ContentProviderNative extends Binder implements IContentPr
* Cast a Binder object into a content resolver interface, generating
* a proxy if needed.
*/
+ @UnsupportedAppUsage
static public IContentProvider asInterface(IBinder obj)
{
if (obj == null) {