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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

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