[android-developers] How to remove(clear) shared preferences of one application from other application?

2012-09-07 Thread Abhishek Kumar Gupta
I want to remove(clear) the sharedpreferences of one application from other application. I have tried the following code in the other application to remove preferences of application having package com.android.blesettings: Context context =

Re: [android-developers] How to remove(clear) shared preferences of one application from other application?

2012-09-07 Thread Amey Bapat
id u try doing this remove all SharedPreferences.Editor.clear() followed by a commit() also removing the package can also b an option On Fri, Sep 7, 2012 at 4:31 PM, Abhishek Kumar Gupta akgaec2...@gmail.comwrote: I want to remove(clear) the sharedpreferences of one application from other