Jason Yang/楊朝傑

Results 30 comments of Jason Yang/楊朝傑
trafficstars

1. 如果系統沒有特別被改動,應該是user目前的設定值 2. 不能,因為系統不允許這樣的操作

Currently, no plan. If you have any plan to support this new feature. You can create a PR, I can help to release it.

It means your app bootstrap bundle is too huge. That will need more time to load your SPA. Trying to reduce your app size might solve your issue.

Could you check which cordova-android version you are using? The build tools in earlier cordova-android version maybe too old. It might can let you build an app and run on...

Did you upgrade your cordova android to the latest project code base? Like `cordova platform update [email protected]`

And permission should be `var permission = "android.permission.ACCESS_FINE_LOCATION"`.

Maybe it is called by this plugin and other plugin which you're using and related with this permission.

It a good question, sadly, I had a long time not to maintain this plugin. I already forgot why only check one permission at a time. Seems there was some...

According to this https://stackoverflow.com/questions/37115720/android-6-0-m-skip-settings-action-manage-write-settings-with-admin There is no way to add this feature.

@shogunfighter Thanks for your post I will add this into README.