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
Android have two possible calls to get shared preferences — default preferences and named ones. I've just added (commit e56013a) possibility to work with named preferences on Android. I'm not sure about titanium preferences format and my code is untested, but you can try. Usage:
I'm migrating a titanium app to cordova and titanium app preferences are saved in:
/data/data/com.domainname.appname/shared_prefs/titanium.xml
is there a way to read this file with this plugin?
The text was updated successfully, but these errors were encountered: