summaryrefslogtreecommitdiffstats
path: root/core/res/AndroidManifest.xml
diff options
context:
space:
mode:
authorDave Santoro <dsantoro@google.com>2011-11-17 10:25:00 -0800
committerDave Santoro <dsantoro@google.com>2011-11-17 11:02:03 -0800
commit098d466a25cf294487188b34dfa95575911a37cf (patch)
tree88ad7fb9e800051efb986bb37e181fe1bf075002 /core/res/AndroidManifest.xml
parente4a1bafba351a1b4cea18af3442412de03dd4d89 (diff)
downloadframeworks_base-098d466a25cf294487188b34dfa95575911a37cf.zip
frameworks_base-098d466a25cf294487188b34dfa95575911a37cf.tar.gz
frameworks_base-098d466a25cf294487188b34dfa95575911a37cf.tar.bz2
Unhide social stream permissions.
Bug 5569021 Change-Id: I35ee70418be0e0286294fef54e194831b5fa3b2c
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r--core/res/AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 0ed0523..e6e73f8 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -263,8 +263,7 @@
android:label="@string/permlab_writeProfile"
android:description="@string/permdesc_writeProfile" />
- <!-- Allows an application to read from the user's social stream.
- @hide -->
+ <!-- Allows an application to read from the user's social stream. -->
<permission android:name="android.permission.READ_SOCIAL_STREAM"
android:permissionGroup="android.permission-group.PERSONAL_INFO"
android:protectionLevel="dangerous"
@@ -272,8 +271,7 @@
android:description="@string/permdesc_readSocialStream" />
<!-- Allows an application to write (but not read) the user's
- social stream data.
- @hide -->
+ social stream data. -->
<permission android:name="android.permission.WRITE_SOCIAL_STREAM"
android:permissionGroup="android.permission-group.PERSONAL_INFO"
android:protectionLevel="dangerous"