Hi, Currently I am working on a business application for android which sends among other things IMEI and IMSI via textmessage to a second phone number, in case it assumes to be attacked. Currently the user is able to store the second phone number within the SharedPreferences. But in case Android is rootet, an attacker can easy manipulate the *_preferences.xml - File.
For this reason, I would like to follow the obfuscate - approach with ProGuard but I am not sure, whether ProGuard is usable for obfuscating other filetypes than the java - sourcecode. I would highly appreciate other suggestions. Another approach would be to store secure relevant data to a "secure element" like a smartcard, but not every android device has such an additional hardware- extension. Cheers, Boris -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

