Every time I need to import classes Android would imported inline like so
android.content.SharedPreferences preferences = android.preference.PreferenceManager.getDefaultSharedPreferences(preference.getContext());
And it repeats for every time I need that class.
I need to change form inline to the top of the code import statements.