We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f222315 commit d7f2298Copy full SHA for d7f2298
app/src/main/AndroidManifest.xml
@@ -180,13 +180,24 @@
180
<meta-data
181
android:name="android.max_aspect"
182
android:value="10.0" />
183
+
184
185
+ <!-- https://developer.samsung.com/samsung-dex/modify-optimizing.html -->
186
187
+ <!-- Version < 3.0. DeX Mode and Screen Mirroring support -->
188
- android:name="com.sec.android.support.multiwindow"
189
+ android:name="com.samsung.android.keepalive.density"
190
android:value="true" />
191
192
+ <!-- Version >= 3.0. DeX Dual Mode support -->
193
194
android:name="com.samsung.android.multidisplay.keep_process_alive"
195
196
197
+ <meta-data
198
+ android:name="com.sec.android.support.multiwindow"
199
+ android:value="true" />
200
201
</application>
202
203
</manifest>
0 commit comments