mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-13 03:29:57 +00:00
Merge pull request #2155 from realchrisolin/patch-1
Update AndroidManifest.xml
This commit is contained in:
commit
233c8ee26e
1 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:configChanges="orientation|screenSize|smallestScreenSize|screenLayout"
|
||||
android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
|
||||
android:exported="true"
|
||||
android:theme="@style/Theme.FutoVideo.NoActionBar"
|
||||
android:launchMode="singleInstance"
|
||||
|
@ -240,4 +240,4 @@
|
|||
android:screenOrientation="sensorPortrait"
|
||||
android:theme="@style/Theme.FutoVideo.NoActionBar" />
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue