mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 02:20:55 +00:00
Prevent the help activity from reloading across config changes
This commit is contained in:
@@ -102,7 +102,13 @@
|
|||||||
android:name=".binding.input.driver.UsbDriverService"
|
android:name=".binding.input.driver.UsbDriverService"
|
||||||
android:label="Usb Driver Service" />
|
android:label="Usb Driver Service" />
|
||||||
|
|
||||||
<activity android:name=".HelpActivity"></activity>
|
<activity
|
||||||
|
android:name=".HelpActivity"
|
||||||
|
android:configChanges="mcc|mnc|touchscreen|keyboard|keyboardHidden|navigation|screenLayout|fontScale|uiMode|orientation|screenSize|smallestScreenSize|layoutDirection">
|
||||||
|
<meta-data
|
||||||
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
|
android:value="com.limelight.PcView" />
|
||||||
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
Reference in New Issue
Block a user