Hey guys
I occasionally need to apply shared preferences to some android apps, and it would be great to do it via script. I have some set (see link here) and tried to update them with a script command:
writeprivateprofstring <myAppName> BaseURI http://api.myAppDomain.com:8044/Api
Essentially I am trying to keep 100 people from having to go in and adjust settings as the API endpoint URL has changed. This does not seem to touch those settings. Has anyone done it?