2026-05-11 18:12:59 +08:00
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
|
|
<application>
|
|
|
|
|
<activity
|
|
|
|
|
android:name=".XWebViewActivity"
|
|
|
|
|
android:exported="false"
|
|
|
|
|
android:screenOrientation="unspecified"
|
|
|
|
|
android:windowSoftInputMode="adjustResize" />
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
|
|
</manifest>
|