For #25061: Update debug maxSdkVersion for screenshots

For #25061 - update debug maxSdkVersion to 30, and override instead of merge on main manifest
pull/543/head
Aaron Train 2 years ago committed by mergify[bot]
parent 37c895bd23
commit 95146472c0

@ -11,8 +11,9 @@
<!-- Allows for storing and retrieving screenshots -->
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28"
android:maxSdkVersion="30"
tools:ignore="ScopedStorage"
tools:replace="android:maxSdkVersion"
/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

Loading…
Cancel
Save