compiler: move compilation stuff from modelbuilder to the compiler
[nit.git] / src / compiler / android_platform.nit
index e1e5c43..1cf6ba8 100644 (file)
@@ -180,9 +180,6 @@ $(call import-module,android/native_app_glue)
              This will take care of integrating with our NDK code. -->
         <activity android:name="android.app.NativeActivity"
                 android:label="@string/app_name"
-                android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
-                android:configChanges="orientation|keyboardHidden"
-                android:screenOrientation="portrait"
                 {{{project.manifest_activity_attributes.join("\n")}}}
                 {{{icon_declaration}}}>
             <!-- Tell NativeActivity the name of our .so -->