packages/apps/Gallery2
修订版 | ba82dd39080e298f4c33f9a2a17b883ef4813427 (tree) |
---|---|
时间 | 2017-06-06 03:52:33 |
作者 | Alan Viverette <alanv@goog...> |
Commiter | Alan Viverette |
Move <permission> tags to correct parent element
AAPT2 is stricter about enforcing correctness, and the permission tags
were in the wrong place.
Fixes: 62262214
Test: builds with AAPT2
Change-Id: I20fb827f81d9b57404c6c02bdfa27acf3e572c90
@@ -235,12 +235,6 @@ | ||
235 | 235 | </intent-filter> |
236 | 236 | </activity> |
237 | 237 | |
238 | - <permission android:name="com.android.gallery3d.filtershow.permission.READ" | |
239 | - android:protectionLevel="signature" /> | |
240 | - | |
241 | - <permission android:name="com.android.gallery3d.filtershow.permission.WRITE" | |
242 | - android:protectionLevel="signature" /> | |
243 | - | |
244 | 238 | <provider |
245 | 239 | android:name="com.android.gallery3d.filtershow.provider.SharedImageProvider" |
246 | 240 | android:authorities="com.android.gallery3d.filtershow.provider.SharedImageProvider" |