apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 210 forks source link

Cannot find preferences in android app settings #139

Open MackeyK24 opened 6 years ago

MackeyK24 commented 6 years ago

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:

Ruud-cb commented 3 years ago

Found something? Opening preferences via code didn't even work either.