Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
techyminati authored Mar 28, 2024
1 parent 998efb3 commit 331fb6d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:tools="http://schemas.android.com/tools">

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

<uses-feature android:name="android.hardware.type.watch" />
<uses-permission
Expand Down Expand Up @@ -42,8 +43,6 @@
</intent-filter>
</activity>

<!-- Add the BIND_HOME_SCREEN permission -->
<uses-permission android:name="android.permission.BIND_HOME_SCREEN" />

</application>

Expand Down

0 comments on commit 331fb6d

Please sign in to comment.