S Scantech Well-Known Member Licensed User Longtime User Apr 17, 2019 #1 I can't use this AddManifestText(<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18" /> ) Click to expand... Google Console says Upload failed Duplicate declarations of permission android.permission.WRITE_EXTERNAL_STORAGE with different maxSdkVersions. Click to expand... I don't even know what is the Version number? I just removed it from manifest and it uploaded ok. I am using FileProvider and hopefully no issues.
I can't use this AddManifestText(<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18" /> ) Click to expand... Google Console says Upload failed Duplicate declarations of permission android.permission.WRITE_EXTERNAL_STORAGE with different maxSdkVersions. Click to expand... I don't even know what is the Version number? I just removed it from manifest and it uploaded ok. I am using FileProvider and hopefully no issues.
Erel B4X founder Staff member Licensed User Longtime User Apr 18, 2019 #2 You did the right thing. The first snippet is required when the only external folder that you access is RuntimePermissions.GetSafeDirDefaultExternal. Upvote 0
You did the right thing. The first snippet is required when the only external folder that you access is RuntimePermissions.GetSafeDirDefaultExternal.