OAID 解决allowBackup冲突

main
Yuntao Hu 2025-11-11 12:29:07 +08:00
parent 518844dde7
commit 48abcbb4e9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.example.oaidtest2" >
<uses-sdk android:minSdkVersion="24" />
@ -7,7 +8,8 @@
<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true" >
android:supportsRtl="true"
tools:replace="android:allowBackup" >
<activity
android:name="com.example.oaidtest2.OAID_Activity"
android:windowSoftInputMode="stateAlwaysHidden" >