File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 180
180
<meta-data
181
181
android : name =" android.max_aspect"
182
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 -->
183
188
<meta-data
184
- android : name =" com.sec .android.support.multiwindow "
189
+ android : name =" com.samsung .android.keepalive.density "
185
190
android : value =" true" />
191
+
192
+ <!-- Version >= 3.0. DeX Dual Mode support -->
186
193
<meta-data
187
194
android : name =" com.samsung.android.multidisplay.keep_process_alive"
188
195
android : value =" true" />
189
196
197
+ <meta-data
198
+ android : name =" com.sec.android.support.multiwindow"
199
+ android : value =" true" />
200
+
190
201
</application >
191
202
192
203
</manifest >
You can’t perform that action at this time.
0 commit comments