OAID 解决allowBackup冲突
parent
518844dde7
commit
48abcbb4e9
|
|
@ -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" >
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue