Skip to content

Commit

Permalink
Updated missing use-feature(s) in AndroidManifest.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmec authored and badaix committed May 1, 2024
1 parent 9243801 commit f26c74f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Snapcast/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<uses-feature
android:name="android.hardware.touchscreen"
android:required="false" />
<uses-feature
android:name="android.software.leanback"
android:required="false" />
<uses-feature android:name="android.hardware.wifi" android:required="false" />

<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down

0 comments on commit f26c74f

Please sign in to comment.