Skip to content

Commit

Permalink
remove unnecessary DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Sep 14, 2023
1 parent 921676e commit 2ac6a7d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<!-- Copyright (c) 2016, Miquel Martí <miquelmarti111@gmail.com> - See LICENSE for licensing information -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.READ_CALENDAR" />
<!-- https://developer.android.google.cn/about/versions/13/features#runtime-receivers -->
<uses-permission
android:name="${applicationId}.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
tools:node="remove" />

<application
android:icon="@mipmap/ic_launcher"
Expand Down

0 comments on commit 2ac6a7d

Please sign in to comment.