{"id":1518,"date":"2025-08-16T07:15:15","date_gmt":"2025-08-16T07:15:15","guid":{"rendered":"https:\/\/www.netexl.com\/blog\/?p=1518"},"modified":"2026-04-02T08:47:00","modified_gmt":"2026-04-02T08:47:00","slug":"disabling-multi-window-feature-for-cordova-android-app","status":"publish","type":"post","link":"https:\/\/www.netexl.com\/blog\/disabling-multi-window-feature-for-cordova-android-app\/","title":{"rendered":"Disabling Multi-window feature for Cordova Android App"},"content":{"rendered":"\n<p>Open AndroidManifest.xml and look for Main activity<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;activity android:configChanges=\"orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation\" android:exported=\"true\" android:label=\"@string\/activity_name\" android:launchMode=\"singleTop\" android:name=\"MainActivity\" android:screenOrientation=\"portrait\" android:theme=\"@style\/Theme.App.SplashScreen\" android:windowSoftInputMode=\"adjustResize\">\n\t&lt;intent-filter android:label=\"@string\/launcher_name\">\n\t\t&lt;action android:name=\"android.intent.action.MAIN\" \/>\n\t\t&lt;category android:name=\"android.intent.category.LAUNCHER\" \/>\n\t&lt;\/intent-filter>\n&lt;\/activity><\/code><\/pre>\n\n\n\n<p>Now add following attribute to the activity section<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>android:resizeableActivity=\"false\"<\/code><\/pre>\n\n\n\n<p>After adding the attribute the activity section would like as following<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;activity android:configChanges=\"orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation\" android:exported=\"true\" android:label=\"@string\/activity_name\" android:launchMode=\"singleTop\" android:name=\"MainActivity\" <strong>android:resizeableActivity=\"false\"<\/strong> android:screenOrientation=\"portrait\" android:theme=\"@style\/Theme.App.SplashScreen\" android:windowSoftInputMode=\"adjustResize\">\n\t&lt;intent-filter android:label=\"@string\/launcher_name\">\n\t\t&lt;action android:name=\"android.intent.action.MAIN\" \/>\n\t\t&lt;category android:name=\"android.intent.category.LAUNCHER\" \/>\n\t&lt;\/intent-filter>\n&lt;\/activity><\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Open AndroidManifest.xml and look for Main activity Now add following attribute to the activity section After adding the attribute the activity section would like as following<\/p>\n","protected":false},"author":5,"featured_media":1539,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12,28,14,19,22,34],"tags":[],"class_list":["post-1518","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-android","category-cordova","category-how-to","category-mobile","category-quick-tip","category-useful"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/posts\/1518","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/comments?post=1518"}],"version-history":[{"count":2,"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/posts\/1518\/revisions"}],"predecessor-version":[{"id":1521,"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/posts\/1518\/revisions\/1521"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/media\/1539"}],"wp:attachment":[{"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/media?parent=1518"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/categories?post=1518"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.netexl.com\/blog\/wp-json\/wp\/v2\/tags?post=1518"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}