diff --git a/plugin.xml b/plugin.xml
index bad4b35..140d826 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -41,12 +41,7 @@
                 <param name="onload" value="true"/>
             </feature>
         </config-file>
-        <edit-config file="AndroidManifest.xml" target="/manifest/application/activity[@android:name='MainActivity']" mode="merge">
-            <activity android:theme="@style/Theme.AppStart" android:windowSoftInputMode="adjustResize"/>
-        </edit-config>
         <source-file src="src/android/SplashScreen.java" target-dir="src/org/apache/cordova/splashscreen" />
-        <resource-file src="src/android/res/values/style.xml"
-          target="res/values/style.xml" />
         <js-module src="www/splashscreen.js" name="SplashScreen">
             <clobbers target="navigator.splashscreen" />
         </js-module>
diff --git a/src/android/res/values/style.xml b/src/android/res/values/style.xml
deleted file mode 100644
index 3f5b0c8..0000000
--- a/src/android/res/values/style.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-    <style name="Theme.AppStart"  parent="android:Theme">
-        <item name="android:windowNoTitle">true</item>
-        <item name="android:windowBackground">@drawable/screen</item>
-    </style>
-</resources>