优化无法安装
This commit is contained in:
@@ -16,7 +16,9 @@
|
|||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity android:name=".activity.main.MainActivity">
|
<activity
|
||||||
|
android:name=".activity.main.MainActivity"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
@@ -24,7 +26,9 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity android:name=".activity.nfc.NfcActivity">
|
<activity
|
||||||
|
android:name=".activity.nfc.NfcActivity"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
<action android:name="android.nfc.action.NDEF_DISCOVERED" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
@@ -41,6 +45,7 @@
|
|||||||
<service
|
<service
|
||||||
android:name="com.google.android.accessibility.selecttospeak.SelectToSpeakService"
|
android:name="com.google.android.accessibility.selecttospeak.SelectToSpeakService"
|
||||||
android:label="@string/accessibility_service_label"
|
android:label="@string/accessibility_service_label"
|
||||||
|
android:exported="true"
|
||||||
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
|
android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE">
|
||||||
|
|
||||||
<!-- android:priority="10000" 可提高服务在设置中的权重,排在前面 -->
|
<!-- android:priority="10000" 可提高服务在设置中的权重,排在前面 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user