SecondaryDisplayLauncher uses screenOrientation "nosensor"
This commit is contained in:
parent
a03da971cb
commit
b5954603a5
|
@ -165,6 +165,7 @@
|
||||||
-->
|
-->
|
||||||
<activity
|
<activity
|
||||||
android:name="com.android.launcher3.secondarydisplay.SecondaryDisplayLauncher"
|
android:name="com.android.launcher3.secondarydisplay.SecondaryDisplayLauncher"
|
||||||
|
android:screenOrientation="nosensor"
|
||||||
android:theme="@style/AppTheme"
|
android:theme="@style/AppTheme"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
|
|
Loading…
Reference in New Issue