Skip to content

Commit

Permalink
Merge pull request #1564 from oxen-io/feature/adding-back-fullscreen-…
Browse files Browse the repository at this point in the history
…intent-permission

Adding back the fullscreen intent permission
  • Loading branch information
ThomasSession authored Jul 31, 2024
2 parents dec02ce + 8ad7005 commit fbbef48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<uses-permission android:name="android.permission.RAISED_THREAD_PRIORITY" />
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" tools:node="remove"/>
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"/>

<queries>
<intent>
Expand Down

0 comments on commit fbbef48

Please sign in to comment.