mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 18:27:43 +00:00
Opt-in to multi-resume
https://android-developers.googleblog.com/2018/11/get-your-app-ready-for-foldable-phones.html
This commit is contained in:
parent
2325ab24bc
commit
11cd210031
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.webkit.WebView.EnableSafeBrowsing"
|
android:name="android.webkit.WebView.EnableSafeBrowsing"
|
||||||
android:value="false" />
|
android:value="false" />
|
||||||
|
<meta-data
|
||||||
|
android:name="android.allow_multiple_resumed_activities"
|
||||||
|
android:value="true" />
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ActivityMain"
|
android:name=".ActivityMain"
|
||||||
|
|
Loading…
Reference in a new issue