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

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

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