Skip to content

Commit

Permalink
Rollback permission settings as "open with" is no longer possible
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbWatershed committed Mar 13, 2021
1 parent 8bb6d99 commit da0ccd7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
<!-- Required to install update packages when targeting API 29 or higher -->
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />

<permission
android:name="me.devsaki.hentoid.DEFAULT_PERMISSION"
android:description="@string/default_permission"
android:label="@string/default_permission"
android:protectionLevel="normal" />


<application
android:name=".HentoidApp"
Expand All @@ -41,7 +35,6 @@
<activity
android:name=".activities.SplashActivity"
android:noHistory="true"
android:permission="me.devsaki.hentoid.DEFAULT_PERMISSION"
android:theme="@style/Theme.Light.Splash">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down Expand Up @@ -175,7 +168,6 @@
android:screenOrientation="portrait" />
<activity
android:name=".activities.IntentActivity"
android:permission="me.devsaki.hentoid.DEFAULT_PERMISSION"
android:theme="@style/Theme.Invisible">
<intent-filter>
<action android:name="android.intent.action.SEND" />
Expand Down

0 comments on commit da0ccd7

Please sign in to comment.