I cand find the app preferences in the device settings on android like you can on iOS.
In Ios, there is a Settings->"YourApp" -> Shows the app-settings.json info perfect. but on android I dont see the preferences. The whole reason for using app preferences was I need to be able to set some config settings OUTSIDE of the app. On Load I can read those settings and act accordingly...
How do you get to the app preferences on EACH DEVICE: android, iOS and Windows UAP
I am not talking about
// show application preferences
prefs.show (ok, fail);
I am talking about OUTSIDE the app like IOS does... Any thoughts, any one ???
Please specify your environment
Plugin version:
[X] released version: 8.0.0
[ ] repository master
Toolchain:
[X] Cordova cli
[X] Phonegap cli
[ ] Phonegap cloud
[ ] Ionic
[ ] Other: _____
Platforms affected:
[X] Android
[X] iOS/macOS
[ ] LocalStorage fallback for browser and blackberry
[X] Windows and Windows Phone 8.1 and later
[ ] Windows Phone 8 and earlier (deprecated)
What the scope of your problem:
[ ] General functionality (store/fetch/remove/clearAll)
Issue:
I cand find the app preferences in the device settings on android like you can on iOS.
In Ios, there is a Settings->"YourApp" -> Shows the app-settings.json info perfect. but on android I dont see the preferences. The whole reason for using app preferences was I need to be able to set some config settings OUTSIDE of the app. On Load I can read those settings and act accordingly...
How do you get to the app preferences on EACH DEVICE: android, iOS and Windows UAP
I am not talking about
// show application preferences prefs.show (ok, fail);
I am talking about OUTSIDE the app like IOS does... Any thoughts, any one ???
Please specify your environment
Plugin version:
Toolchain:
Platforms affected:
What the scope of your problem: