Out of a "settings activity" I would like to delete the (default) Preferences, accessed only in another activity by getPreferences(MODE_PRIVATE)
. I would like the current activity to resume as normal. Is this any possible in android?
Easiest I could think of is making the Preferences Shared, which is completely unnecessary otherwise however. Would that be a big drawback (security-wise)? Or is there a better solution?