简体   繁体   中英

Disabling split window android not working in MobileFirst8 platform

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.

Your answer is already given here by CommonsWare

From the Answer given

The activity that is at the root of the task controls the window size. Your choices are:

  1. Trace back to all possible task root activities in your app and ensure they all also have android:resizeableActivity="false"

  2. Force this activity into another task, via Intent flags when you start it or manifest settings

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM