package androidnative.example; import androidnative.AndroidNativeActivity; /** * Created by benlau on 8/3/2017. */ public class ExampleActivity extends AndroidNativeActivity { public ExampleActivity() { super(); QT_ANDROID_THEMES = new String[] {""}; QT_ANDROID_DEFAULT_THEME = ""; } }