implemented autoplay feature
This commit is contained in:
parent
fde0b2ae7f
commit
8dd05d2974
8 changed files with 32 additions and 6 deletions
|
|
@ -5,7 +5,8 @@
|
|||
|
||||
<CheckBoxPreference
|
||||
android:key="@string/useExternalPlayer"
|
||||
android:title="@string/useExternalPlayerTitle"/>
|
||||
android:title="@string/useExternalPlayerTitle"
|
||||
android:defaultValue="false"/>
|
||||
|
||||
<EditTextPreference
|
||||
android:key="@string/downloadPathPreference"
|
||||
|
|
@ -14,4 +15,10 @@
|
|||
android:dialogTitle="@string/downloadLocationDialogTitle"
|
||||
android:defaultValue=""/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="@string/autoPlayThroughIntent"
|
||||
android:title="@string/autoPlayThroughIntentTitle"
|
||||
android:summary="@string/autoPlayThroughIntentSummary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue