Skip to content

Commit

Permalink
ensuring content authority is app dependant
Browse files Browse the repository at this point in the history
  • Loading branch information
cesine committed Aug 31, 2015
1 parent 84b9f67 commit 72ff251
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ public class KartuliSpeechRecognitionApplication extends Application {

@Override
public final void onCreate() {
DatumContentProvider.setAppType(Config.APP_TYPE);
DatumContentProvider.setDataIsAboutLanguageName(Config.DATA_IS_ABOUT_LANGUAGE_NAME_ASCII);
super.onCreate();
String language = forceLocale(Config.DATA_IS_ABOUT_LANGUAGE_ISO);
Log.d(Config.TAG, "Forced the locale to " + language);
Expand Down

0 comments on commit 72ff251

Please sign in to comment.