Android SharedPreferences clear values -


if sp.clear(); , sp.commit(); executed clear values of sharedpreferences.

it clear values particular instance used initialize sharedpreferences?

it not clear whatever values stored on sharedpreferences other application?

use sp.remove().the remove() method remove shared preference.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -