I\'m developing an Android AppWidget which displays a short text inputted from the configuration activity. I\'m a bit confused when it\'s comes to storing the data, should I
For a single string SharedPrefs will be much simpler.