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

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

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -