My Android app mixes a native part (user autentication and secure code retrieval) with an HTML part loaded with loadURL (webpage with javascript Kinetics for some drawing options).
Inside one of my javascripts I need to access an external server for data retrieval. This external access needs autentication. I want to use the autentication data stored in my SharedPrefernences during the autentication inside the native part.
Is there a way to access shared prefs from inside my javascripts in the HTML part?