context = getActivity(); // Fragment/Viewあたりを継承してないとだめ
SharedPreferences preferences = context.getSharedPreferences("Scandit", Context.MODE_PRIVATE);
SharedPreferences.Editor editor = preferences.edit();
editor.putString("LicenseKey", scanditKey.toString());
editor.apply();