You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
field public static final java.lang.String DATA_ID = "data_id";
16845
16841
}
16846
16842
16847
-
public static final class ContactsContract.RawContacts.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns {
16848
-
field public static final java.lang.String CONTENT_DIRECTORY = "stream_items";
field public static final android.net.Uri PROFILE_CONTENT_URI;
16912
16904
}
16913
16905
16914
-
public static final class ContactsContract.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns {
16915
-
field public static final java.lang.String PHOTO = "photo";
field public static final java.lang.String PHOTO_FILE_ID = "photo_file_id";
16920
-
field public static final java.lang.String PHOTO_URI = "photo_uri";
16921
-
field public static final java.lang.String SORT_INDEX = "sort_index";
16922
-
field public static final java.lang.String STREAM_ITEM_ID = "stream_item_id";
16923
-
field public static final java.lang.String SYNC1 = "stream_item_photo_sync1";
16924
-
field public static final java.lang.String SYNC2 = "stream_item_photo_sync2";
16925
-
field public static final java.lang.String SYNC3 = "stream_item_photo_sync3";
16926
-
field public static final java.lang.String SYNC4 = "stream_item_photo_sync4";
16927
-
}
16928
-
16929
-
public static final class ContactsContract.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns {
16930
-
field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item";
16931
-
field public static final android.net.Uri CONTENT_LIMIT_URI;
16932
-
field public static final android.net.Uri CONTENT_PHOTO_URI;
16933
-
field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item";
16934
-
field public static final android.net.Uri CONTENT_URI;
16935
-
field public static final java.lang.String MAX_ITEMS = "max_items";
16936
-
}
16937
-
16938
-
public static final class ContactsContract.StreamItems.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns {
16939
-
field public static final java.lang.String CONTENT_DIRECTORY = "photo";
16940
-
field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item_photo";
16941
-
field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item_photo";
field public static final java.lang.String DATA_ID = "data_id";
16845
16841
}
16846
16842
16847
-
public static final class ContactsContract.RawContacts.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns {
16848
-
field public static final java.lang.String CONTENT_DIRECTORY = "stream_items";
field public static final android.net.Uri PROFILE_CONTENT_URI;
16912
16904
}
16913
16905
16914
-
public static final class ContactsContract.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns {
16915
-
field public static final java.lang.String PHOTO = "photo";
field public static final java.lang.String PHOTO_FILE_ID = "photo_file_id";
16920
-
field public static final java.lang.String PHOTO_URI = "photo_uri";
16921
-
field public static final java.lang.String SORT_INDEX = "sort_index";
16922
-
field public static final java.lang.String STREAM_ITEM_ID = "stream_item_id";
16923
-
field public static final java.lang.String SYNC1 = "stream_item_photo_sync1";
16924
-
field public static final java.lang.String SYNC2 = "stream_item_photo_sync2";
16925
-
field public static final java.lang.String SYNC3 = "stream_item_photo_sync3";
16926
-
field public static final java.lang.String SYNC4 = "stream_item_photo_sync4";
16927
-
}
16928
-
16929
-
public static final class ContactsContract.StreamItems implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemsColumns {
16930
-
field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item";
16931
-
field public static final android.net.Uri CONTENT_LIMIT_URI;
16932
-
field public static final android.net.Uri CONTENT_PHOTO_URI;
16933
-
field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item";
16934
-
field public static final android.net.Uri CONTENT_URI;
16935
-
field public static final java.lang.String MAX_ITEMS = "max_items";
16936
-
}
16937
-
16938
-
public static final class ContactsContract.StreamItems.StreamItemPhotos implements android.provider.BaseColumns android.provider.ContactsContract.StreamItemPhotosColumns {
16939
-
field public static final java.lang.String CONTENT_DIRECTORY = "photo";
16940
-
field public static final java.lang.String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/stream_item_photo";
16941
-
field public static final java.lang.String CONTENT_TYPE = "vnd.android.cursor.dir/stream_item_photo";
Copy file name to clipboardExpand all lines: core/res/res/values/strings.xml
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -941,6 +941,18 @@
941
941
information. This means other applications can identify you and send your profile
942
942
information to others.</string>
943
943
944
+
<!-- Title of the read social stream permission, listed so the user can decide whether to allow the application to read information from the user's social stream. [CHAR LIMIT=30] -->
945
+
<stringname="permlab_readSocialStream"product="default">read your social stream</string>
946
+
<stringname="permdesc_readSocialStream"product="default">Allows the application to access and
947
+
sync social updates from your friends. Malicious apps can use this to access private
948
+
communications between you and your friends on social networks.</string>
949
+
950
+
<!-- Title of the write social stream permission, listed so the user can decide whether to allow the application to write information to the user's social stream. [CHAR LIMIT=30] -->
951
+
<stringname="permlab_writeSocialStream"product="default">write to your social stream</string>
952
+
<stringname="permdesc_writeSocialStream"product="default">Allows the application to provide
953
+
social updates from your friends. Malicious apps can use this to fake updates from your
954
+
friends, for instance to phish confidential information from you.</string>
955
+
944
956
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
945
957
<stringname="permlab_readCalendar">read calendar events plus confidential information</string>
946
958
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
@@ -3316,4 +3328,4 @@
3316
3328
<!-- Delimeter used between each item in a textual list; for example "Alpha, Beta". [CHAR LIMIT=3] -->
0 commit comments