Opened 7 years ago
Last modified 4 years ago
#1317 new enhancement/feature request
Include multi window support for android
Reported by: | mithrandir | Owned by: | cp15 |
---|---|---|---|
Priority: | minor | Milestone: | version 0.6.0 |
Component: | port/android | Version: | git master |
Severity: | trivial | Keywords: | Multi Window, Android |
Cc: |
Description
Please include window support for android.
As described in http://forums.androidcentral.com/verizon-galaxy-note-2/236929-how-edit-apps-use-multi-window.html this works by modifying AndroidManifest?.xml.
Please add the lines to the manifest:
after the <category android:name="android.intent.category.LAUNCHER"/> line: <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" />
before the /application line (closing tag) <uses-library required="false" name="com.sec.android.app.multiwindow" /> <meta-data android:name="com.sec.android.support.multiwindow" android:value="true" /> <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:value="632.0dip" /> <meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_H" android:value="598.0dip" /> <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_W" android:value="632.0dip" /> <meta-data android:name="com.sec.android.multiwindow.MINIMUM_SIZE_H" android:value="598.0dip" />
I tried modifying the apk with tis and afterwards navit worked in multi-window mode on Galaxy Tab S on Android 5.0.2
My current manifest file is attached as example.
Thx
Attachments (1)
Change History (4)
Changed 7 years ago by mithrandir
comment:1 Changed 7 years ago by mithrandir
- Component changed from port/iphone to port/android
- Owner changed from jehan.dev to cp15
comment:2 Changed 5 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.1 to version 0.5.2
comment:3 Changed 4 years ago by http://wiki.navit-project.org/index.php/user:jkoan
- Milestone changed from version 0.5.2 to version 0.6.0
Ticket retargeted after milestone closed
This ticket was pushed back in order to bring 0.5.1 out soon.