summaryrefslogtreecommitdiffstats
path: root/apps/CtsVerifier/AndroidManifest.xml
diff options
context:
space:
mode:
authorUpendra <pupendra@google.com>2016-05-24 04:28:46 -0700
committerUpendra <pupendra@google.com>2016-06-20 05:38:43 -0700
commit76bbeb5c1dbef0de00cf1cfea77f9f0b5d53b511 (patch)
tree7c1c1b77e0f660c05dd366f4b5b9376a8bbcb2a8 /apps/CtsVerifier/AndroidManifest.xml
parent531276e53b0ab7bdc8df8ba21f80a7824ee68ea2 (diff)
downloadplatform_cts-76bbeb5c1dbef0de00cf1cfea77f9f0b5d53b511.tar.gz
platform_cts-76bbeb5c1dbef0de00cf1cfea77f9f0b5d53b511.tar.bz2
platform_cts-76bbeb5c1dbef0de00cf1cfea77f9f0b5d53b511.zip
DO NOT MERGE: This test verifies AppWidgetServiceImpl creating IntentSender
with system privileges which reads contacts without required permission. Bug: 19618745 Change-Id: I06c4152fe4feade918c6a931979cd4e82fa97b25 Signed-off-by: Upendra <pupendra@google.com>
Diffstat (limited to 'apps/CtsVerifier/AndroidManifest.xml')
-rw-r--r--apps/CtsVerifier/AndroidManifest.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/CtsVerifier/AndroidManifest.xml b/apps/CtsVerifier/AndroidManifest.xml
index a3c78290833..90ca5de2ac1 100644
--- a/apps/CtsVerifier/AndroidManifest.xml
+++ b/apps/CtsVerifier/AndroidManifest.xml
@@ -365,6 +365,25 @@
android:value="android.hardware.type.television:android.software.leanback:android.hardware.type.watch" />
</activity>
+ <activity android:name=".security.AppWidgetServiceImplTest"
+ android:label="@string/appwidgettest_title"
+ android:configChanges="keyboardHidden|orientation|screenSize" >
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <category android:name="android.cts.intent.category.MANUAL_TEST" />
+ </intent-filter>
+ <meta-data android:name="test_category" android:value="@string/test_category_security" />
+ </activity>
+ <activity android:name=".security.WidgetConfigActivity" android:exported="true" />
+ <receiver android:name=".security.AppWidget" >
+ <intent-filter>
+ <action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
+ </intent-filter>
+ <meta-data
+ android:name="android.appwidget.provider"
+ android:resource="@xml/app_widget_info" />
+ </receiver>
+
<activity android:name=".streamquality.StreamingVideoActivity"
android:label="@string/streaming_video"
android:configChanges="keyboardHidden|orientation|screenSize">