1、修改包的图片
2、修改房间的所有进出方式
This commit is contained in:
@@ -14,14 +14,20 @@
|
||||
|
||||
<activity
|
||||
android:name=".activity.RoomActivity"
|
||||
android:launchMode="singleTask"
|
||||
android:windowSoftInputMode="adjustPan"
|
||||
android:enableOnBackInvokedCallback="false"
|
||||
android:theme="@style/TransparentActivityTheme"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||
android:screenOrientation="portrait"
|
||||
android:launchMode="singleTask"
|
||||
android:exported="true"
|
||||
/>
|
||||
<!-- <activity-->
|
||||
<!-- android:name=".activity.RoomActivity"-->
|
||||
<!-- android:launchMode="singleInstancePerTask"-->
|
||||
<!-- android:windowSoftInputMode="adjustPan"-->
|
||||
<!-- android:enableOnBackInvokedCallback="false"-->
|
||||
<!-- android:theme="@style/TransparentActivityTheme"-->
|
||||
<!-- android:configChanges="orientation|screenSize|keyboardHidden"-->
|
||||
<!-- android:screenOrientation="portrait"-->
|
||||
<!-- android:exported="true"-->
|
||||
<!-- />-->
|
||||
|
||||
<service
|
||||
android:name=".service.MediaProjectionService"
|
||||
|
||||
Reference in New Issue
Block a user