I have a proprietary encryption technique I developed for our websites that I just ran my DS app through.
In DS the app runs without a problem. However, when I compile to apk all kinds of things seem to break, most notibly, the ability to write/read to sdcard.
I am doing other testing. Just wanted some input. Also, would it be feasible for a future version to list the permissions and allow us to remove or add if needed, maybe an 'advanced' button that opened a check list of the permissions?
It includes permissions even for code that is commented out, so if you need to add sdcard access, adding a comment
//app.WriteFile()
would probably do it.
I know of no way to strip permissions apart from unzipping the APK, attacking the manifest, rezipping and signing.
Do you think that plugins might benefit from an equivalent _AddOptions ?