Skip to content

Commit

Permalink
Revert Sentinel permission
Browse files Browse the repository at this point in the history
  • Loading branch information
KCeh committed Aug 19, 2024
1 parent ac62958 commit 951e296
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sentinel/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

<permission
android:name="com.infinum.sentinel.permission.ACCESS_SENTINEL"
android:protectionLevel="signature" />

<application>

<activity
android:name="com.infinum.sentinel.ui.main.SentinelActivity"
android:exported="true"
android:label="@string/sentinel_name"
android:permission="com.infinum.sentinel.permission.ACCESS_SENTINEL"
android:taskAffinity="com.infinum.sentinel"
android:theme="@style/Sentinel.Theme">
<meta-data
Expand Down

0 comments on commit 951e296

Please sign in to comment.