commit | 66110a2110dfc83fb95b9c41c6eea4acce4522c1 | [log] [tgz] |
---|---|---|
author | Chong Zhang <chz@google.com> | Mon Jun 08 14:29:20 2020 -0700 |
committer | Chong Zhang <chz@google.com> | Mon Jun 08 14:31:03 2020 -0700 |
tree | 4a05581a9d0c68e01e0aefb3b0e5a396b23b61f2 | |
parent | 19253093cffe6eedf4811870f9929936268c97fd [diff] [blame] |
transcoding: fix test app install problem sdk_current now requires android:exported for intents. bug: 154734285 test: MediaTranscodingServiceTest Change-Id: I124c95e762479f2716adb31fea08bd14fccf8048
diff --git a/services/mediatranscoding/tests/TranscodingUidPolicyTestApp/TestAppB.xml b/services/mediatranscoding/tests/TranscodingUidPolicyTestApp/TestAppB.xml index e1e7857..4baa35a 100644 --- a/services/mediatranscoding/tests/TranscodingUidPolicyTestApp/TestAppB.xml +++ b/services/mediatranscoding/tests/TranscodingUidPolicyTestApp/TestAppB.xml
@@ -20,7 +20,8 @@ android:versionName="1.0" > <application android:label="TestAppB"> - <activity android:name="com.android.tests.transcoding.MainActivity"> + <activity android:name="com.android.tests.transcoding.MainActivity" + android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.DEFAULT"/>