Implement audio track control actions

Play next / previous tracks through launcher actions.
This commit is contained in:
Finn M Glas 2020-10-12 17:55:17 +02:00
parent 9942b021a8
commit 4959d54f8b
No known key found for this signature in database
GPG key ID: 902A30146014DFBF
5 changed files with 56 additions and 1 deletions

View file

@ -13,10 +13,13 @@
<string name="fas_trash" translatable="false">&#xf1f8;</string>
<string name="fas_times" translatable="false">&#xf00d;</string> <!-- 'close' -->
<string name="fas_three_dots" translatable="false">&#xf142;</string> <!-- 'ellipsis-v' -->
<string name="fas_volume_down" translatable="false">&#xf027;</string>
<string name="fas_volume_up" translatable="false">&#xf028;</string>
<string name="fas_plus" translatable="false">&#xf067;</string>
<string name="fas_minus" translatable="false">&#xf068;</string>
<string name="fas_back" translatable="false">&#xf048;</string>
<string name="fas_forward" translatable="false">&#xf051;</string>
<string name="fas_angle_double_left" translatable="false">&#xf100;</string>
<string name="fas_angle_double_right" translatable="false">&#xf101;</string>

View file

@ -146,6 +146,8 @@
<string name="list_other_list">Launcher AppsList</string>
<string name="list_other_volume_up">Increase Volume</string>
<string name="list_other_volume_down">Decrease Volume</string>
<string name="list_other_track_next">Music: Next Track</string>
<string name="list_other_track_previous">Music: Previous Track</string>
<!--
-