Trying to disable split-window feature in cordova application, Application works on IBM Mobile First Platform.
Added android:resizeableActivity="false"
inside manifest <application>
tag as well as <activity>
tag
Following error showing.
\platforms\android\app\build\intermediates\manifests\full\debug\AndroidManifest.xml:94: AAPT: error: attribute android:resizeableActivity is private.
Please help. Thanks in advance.