diff options
| author | Bart Sears <bsears@google.com> | 2015-06-23 06:16:25 +0000 |
|---|---|---|
| committer | Bart Sears <bsears@google.com> | 2015-06-23 06:16:25 +0000 |
| commit | ed5ff51b2ca7c051e2719dfc8a8a083e6208848e (patch) | |
| tree | dbc4f089cb1b45a7405da654926049b525f57656 /core/java | |
| parent | a2991da0d671adf511ccb884cf25bf1241303f92 (diff) | |
| download | frameworks_base-ed5ff51b2ca7c051e2719dfc8a8a083e6208848e.zip frameworks_base-ed5ff51b2ca7c051e2719dfc8a8a083e6208848e.tar.gz frameworks_base-ed5ff51b2ca7c051e2719dfc8a8a083e6208848e.tar.bz2 | |
Revert "Remove not needed contacts related perissions."
Broke the build, reverting.
This reverts commit a2991da0d671adf511ccb884cf25bf1241303f92.
Change-Id: I2bdfa70fbd8a6c03e48426f85eeb63896762d5da
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/provider/ContactsContract.java | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index 8ce1cbf..aebe7f1 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -1743,9 +1743,6 @@ public final class ContactsContract { * * @deprecated - Do not use. This will not be supported in the future. In the future, * cursors returned from related queries will be empty. - * - * @hide - * @removed */ @Deprecated public static final class StreamItems implements StreamItemsColumns { @@ -2834,9 +2831,6 @@ public final class ContactsContract { * * @deprecated - Do not use. This will not be supported in the future. In the future, * cursors returned from related queries will be empty. - * - * @hide - * @removed */ @Deprecated public static final class StreamItems implements BaseColumns, StreamItemsColumns { @@ -3273,9 +3267,6 @@ public final class ContactsContract { * * @deprecated - Do not use. This will not be supported in the future. In the future, * cursors returned from related queries will be empty. - * - * @hide - * @removed */ @Deprecated public static final class StreamItems implements BaseColumns, StreamItemsColumns { @@ -3374,9 +3365,6 @@ public final class ContactsContract { * * @deprecated - Do not use. This will not be supported in the future. In the future, * cursors returned from related queries will be empty. - * - * @hide - * @removed */ @Deprecated public static final class StreamItemPhotos @@ -3427,9 +3415,6 @@ public final class ContactsContract { * @see ContactsContract.StreamItems * @deprecated - Do not use. This will not be supported in the future. In the future, * cursors returned from related queries will be empty. - * - * @hide - * @removed */ @Deprecated protected interface StreamItemsColumns { @@ -3820,9 +3805,6 @@ public final class ContactsContract { * * @deprecated - Do not use. This will not be supported in the future. In the future, * cursors returned from related queries will be empty. - * - * @hide - * @removed */ @Deprecated public static final class StreamItemPhotos implements BaseColumns, StreamItemPhotosColumns { @@ -3861,9 +3843,6 @@ public final class ContactsContract { * @see ContactsContract.StreamItemPhotos * @deprecated - Do not use. This will not be supported in the future. In the future, * cursors returned from related queries will be empty. - * - * @hide - * @removed */ @Deprecated protected interface StreamItemPhotosColumns { |
