Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
4ff25323
Commit
4ff25323
authored
Mar 25, 2020
by
Thomas Guillem
Committed by
Max Kellermann
Mar 26, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
android: add TV support
TODO: Not sure the app could be accepted on the play store without a valid banner.
parent
9c15760c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
NEWS
NEWS
+2
-0
AndroidManifest.xml
android/AndroidManifest.xml
+14
-0
No files found.
NEWS
View file @
4ff25323
...
@@ -5,6 +5,8 @@ ver 0.21.22 (not yet released)
...
@@ -5,6 +5,8 @@ ver 0.21.22 (not yet released)
- rss: support MIME type application/xml
- rss: support MIME type application/xml
* mixer
* mixer
- android: new mixer plugin for "sles" output
- android: new mixer plugin for "sles" output
* Android
- TV support
* fix build failures with uClibc-ng
* fix build failures with uClibc-ng
ver 0.21.21 (2020/03/19)
ver 0.21.21 (2020/03/19)
...
...
android/AndroidManifest.xml
View file @
4ff25323
...
@@ -7,6 +7,11 @@
...
@@ -7,6 +7,11 @@
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"28"
/>
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"28"
/>
<uses-feature
android:name=
"android.software.leanback"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.touchscreen"
android:required=
"false"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
<uses-permission
android:name=
"android.permission.WAKE_LOCK"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
...
@@ -15,6 +20,7 @@
...
@@ -15,6 +20,7 @@
<application
android:allowBackup=
"true"
<application
android:allowBackup=
"true"
android:icon=
"@drawable/icon"
android:icon=
"@drawable/icon"
android:banner=
"@drawable/icon"
android:label=
"@string/app_name"
>
android:label=
"@string/app_name"
>
<activity
android:name=
".Settings"
<activity
android:name=
".Settings"
android:label=
"@string/app_name"
>
android:label=
"@string/app_name"
>
...
@@ -23,6 +29,14 @@
...
@@ -23,6 +29,14 @@
<category
android:name=
"android.intent.category.LAUNCHER"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</intent-filter>
</activity>
</activity>
<activity
android:name=
".Settings"
android:label=
"@string/app_name"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LEANBACK_LAUNCHER"
/>
</intent-filter>
</activity>
<receiver
android:name=
".Receiver"
>
<receiver
android:name=
".Receiver"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.BOOT_COMPLETED"
/>
<action
android:name=
"android.intent.action.BOOT_COMPLETED"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment