XuqmGroup-AndroidSDK/sdk-webview/src/main/AndroidManifest.xml

11 行
330 B
XML

<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>