diff --git a/res/values/strings.xml b/res/values/strings.xml index f481cf48..52372861 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -124,6 +124,8 @@ THE SOFTWARE. Only play music through an external output (e.g. headphones, Bluetooth) Pause When Unplugged Pause when the headphones are unplugged. + Play When Plugged + Play when the headphones are plugged in. (Only works when the service is running.) Notifications Notification Mode diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index 5fc57e36..8ee232f1 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -43,6 +43,11 @@ THE SOFTWARE. android:title="@string/headset_pause_title" android:defaultValue="true" android:summary="@string/headset_pause_summary" /> +