ManifestEditor
ManifestEditor copied to clipboard
Delete a uses-permission on Manifest
Hi!
I would like to delete this permission on Manifest:
<uses-permission android:maxSdkVersion="28" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
And later add this one:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
This is for deleting restriction of external storage based on Android version.
Could i do it using your python package? How could i do it?
Regards
Jps1x2
Hi!
I would like to delete this permission on Manifest:
<uses-permission android:maxSdkVersion="28" android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>And later add this one:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>This is for deleting restriction of external storage based on Android version.
Could i do it using your python package? How could i do it?
Regards
Jps1x2
Thank you for your question. It's not supported yet. I'll try to add this feature。