.
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:name=".ui.more.cookies.WebViewActivity"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:excludeFromRecents="true"
|
android:launchMode="standard"
|
||||||
android:parentActivityName=".MainActivity"
|
|
||||||
android:windowSoftInputMode="adjustResize">
|
android:windowSoftInputMode="adjustResize">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="ytdlnis.WebViewActivity" />
|
<action android:name="ytdlnis.WebViewActivity" />
|
||||||
|
|
@ -452,9 +451,8 @@
|
||||||
android:name=".ui.more.settings.advanced.generateyoutubepotokens.webview.PoTokenWebViewLoginActivity"
|
android:name=".ui.more.settings.advanced.generateyoutubepotokens.webview.PoTokenWebViewLoginActivity"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:excludeFromRecents="true"
|
|
||||||
android:noHistory="true"
|
android:noHistory="true"
|
||||||
android:parentActivityName=".ui.more.settings.SettingsActivity"
|
android:launchMode="standard"
|
||||||
android:windowSoftInputMode="adjustResize">
|
android:windowSoftInputMode="adjustResize">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="ytdlnis.PoTokenWebViewLoginActivity" />
|
<action android:name="ytdlnis.PoTokenWebViewLoginActivity" />
|
||||||
|
|
|
||||||
|
|
@ -187,6 +187,7 @@
|
||||||
<item>es</item>
|
<item>es</item>
|
||||||
<item>fa</item>
|
<item>fa</item>
|
||||||
<item>fr</item>
|
<item>fr</item>
|
||||||
|
<item>ha</item>
|
||||||
<item>hi</item>
|
<item>hi</item>
|
||||||
<item>hr</item>
|
<item>hr</item>
|
||||||
<item>hu</item>
|
<item>hu</item>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue