Cordova-plugin-local-notifications: Permission

Created on 22 Aug 2016  路  4Comments  路  Source: katzer/cordova-plugin-local-notifications

Hi!

I commented out the WRITE_EXTERNAL_STORAGE permission in the plugin.xml. Things still seems to work nice. Is the permission required in any particular situation?

cheers
-jo

        <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
question

Most helpful comment

My question as well. This is one of the permissions people seem to be sensitive about. It's slowed down my installs growth when I added this permission requirement to one of my apps. It would be better to leave it out if it's not necessary of the plugin itself.

All 4 comments

My question as well. This is one of the permissions people seem to be sensitive about. It's slowed down my installs growth when I added this permission requirement to one of my apps. It would be better to leave it out if it's not necessary of the plugin itself.

1021 says the permission is only required on androids older than 4.4 KitKat.

If it's true, android:maxSdkVersion="18" in plugin.xml should solve problem.

I see - I will remove the permission.

Was this page helpful?
0 / 5 - 0 ratings