make exoplayer default player
This commit is contained in:
parent
c3c3a94593
commit
e804647a65
4 changed files with 11 additions and 7 deletions
|
|
@ -34,9 +34,9 @@
|
|||
android:defaultValue="@string/default_audio_format_value"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="@string/use_exoplayer_key"
|
||||
android:title="@string/use_exoplayer_title"
|
||||
android:summary="@string/use_exoplayer_summary"
|
||||
android:key="@string/use_old_player_key"
|
||||
android:title="@string/use_old_player_title"
|
||||
android:summary="@string/use_old_player_summary"
|
||||
android:defaultValue="false"/>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue