feat: intent task

This commit is contained in:
hyb1996
2018-09-28 14:20:21 +08:00
parent 02b1587f6b
commit 9d1fdf3fe9
8 changed files with 46 additions and 6 deletions

View File

@@ -375,6 +375,22 @@
android:paddingLeft="8dp"
android:text="@string/text_run_on_headset_plug"/>
<RadioButton
android:id="@+id/run_on_config_change"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:paddingLeft="8dp"
android:text="@string/text_run_on_config_change"/>
<RadioButton
android:id="@+id/run_on_time_tick"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:paddingLeft="8dp"
android:text="@string/text_run_on_time_tick"/>
<RadioButton
android:id="@+id/run_on_other_broadcast"
android:layout_width="match_parent"
@@ -397,6 +413,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/text_broadcast_action"
android:maxLines="2"
android:text="@string/text_broadcast_action_prefix"/>
</android.support.design.widget.TextInputLayout>