Created
April 30, 2018 16:56
-
-
Save markcerqueira/cb7301fdb3a6564f8f99804e93720257 to your computer and use it in GitHub Desktop.
Stripping maxSDkVersion from WRITE_EXTERNAL_STORAGE permission
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Strip away maxSdkVersion --> | |
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" | |
tools:remove="android:maxSdkVersion"/> | |
<!-- Add the permission with no maxSdkVersion defined --> | |
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment