| @Override | @Override | ||||
| public void onCreate() { | public void onCreate() { | ||||
| storageContext = EspeakApp.getStorageContext(); | storageContext = EspeakApp.getStorageContext(); | ||||
| storageContext.moveSharedPreferencesFrom(this, this.getPackageName() + "_preferences"); | |||||
| if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) | |||||
| storageContext.moveSharedPreferencesFrom(this, this.getPackageName() + "_preferences"); | |||||
| initializeTtsEngine(); | initializeTtsEngine(); | ||||
| super.onCreate(); | super.onCreate(); | ||||
| } | } |