Skip to content

Commit

Permalink
恢复使用情况访问权限
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin committed Jun 5, 2024
1 parent 1b2515a commit 3977dff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@
<uses-permission android:name="android.permission.NFC" />
<uses-permission android:name="android.permission.NFC_PREFERRED_PAYMENT_INFO" />
<uses-permission android:name="android.permission.NFC_TRANSACTION_EVENT" />
<uses-permission
android:name="android.permission.PACKAGE_USAGE_STATS"
tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.READ_CALENDAR" />
<uses-permission android:name="android.permission.READ_CALL_LOG" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
Expand Down Expand Up @@ -292,8 +295,8 @@

<activity
android:name="org.autojs.autojs.external.open.RunIntentActivity"
android:exported="true"
android:enabled="false"
android:exported="true"
android:icon="@drawable/autojs_logo"
android:label="@string/text_run_script"
android:taskAffinity=".external.open.RunIntentActivity"
Expand Down

0 comments on commit 3977dff

Please sign in to comment.