You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to version 0.6.0 of LiquidCored for Android, when I upload a new build of my app to the store, I get a warning that the app has a new permission, android.permission.WRITE_EXTERNAL_STORAGE, which users will have to accept before they can upgrade. Looking at my build/outputs/logs/manifest-merger-release-report.txt, this new permission is coming from LiquidCore-0.6.0.aar/3c0ca1e4e20da9b8b83eaffd57fed554/AndroidManifest.xml:12. LiquidCore did not previously require this permission. Is it necessary now? Is there a way to build without it?
The text was updated successfully, but these errors were encountered:
Hmm, interesting. LiquidCore has had that permission in its AndroidManifest.xmlsince Jan 24, 2017. Not sure how old of a version you are updating from.
However, if you are not using the public directories from the Node.js filesystem, then you shouldn't need that permission. You can turn it off but just removing it from the manifest, but unfortunately you will have to use your own build of LiquidCore. There is no exposed API method to do it. Perhaps I can take that permission out by default in the next release. If devs need it, they can add it to their own manifests.
Do you mind me asking what your app is (link)? I am always eager to see how people are using it in production.
After upgrading to version 0.6.0 of LiquidCored for Android, when I upload a new build of my app to the store, I get a warning that the app has a new permission, android.permission.WRITE_EXTERNAL_STORAGE, which users will have to accept before they can upgrade. Looking at my build/outputs/logs/manifest-merger-release-report.txt, this new permission is coming from LiquidCore-0.6.0.aar/3c0ca1e4e20da9b8b83eaffd57fed554/AndroidManifest.xml:12. LiquidCore did not previously require this permission. Is it necessary now? Is there a way to build without it?
The text was updated successfully, but these errors were encountered: