.
This commit is contained in:
parent
92f3bdb3cd
commit
f15d537e59
2 changed files with 3 additions and 4 deletions
|
|
@ -438,8 +438,7 @@
|
|||
android:name=".ui.more.cookies.WebViewActivity"
|
||||
android:configChanges="locale"
|
||||
android:exported="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:launchMode="standard"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="ytdlnis.WebViewActivity" />
|
||||
|
|
@ -452,9 +451,8 @@
|
|||
android:name=".ui.more.settings.advanced.generateyoutubepotokens.webview.PoTokenWebViewLoginActivity"
|
||||
android:configChanges="locale"
|
||||
android:exported="true"
|
||||
android:excludeFromRecents="true"
|
||||
android:noHistory="true"
|
||||
android:parentActivityName=".ui.more.settings.SettingsActivity"
|
||||
android:launchMode="standard"
|
||||
android:windowSoftInputMode="adjustResize">
|
||||
<intent-filter>
|
||||
<action android:name="ytdlnis.PoTokenWebViewLoginActivity" />
|
||||
|
|
|
|||
|
|
@ -187,6 +187,7 @@
|
|||
<item>es</item>
|
||||
<item>fa</item>
|
||||
<item>fr</item>
|
||||
<item>ha</item>
|
||||
<item>hi</item>
|
||||
<item>hr</item>
|
||||
<item>hu</item>
|
||||
|
|
|
|||
Loading…
Reference in a new issue