feat(app): add intent task

This commit is contained in:
hyb1996
2018-09-13 22:27:03 +08:00
parent 57960bd30b
commit 9a5f6f014c
11 changed files with 201 additions and 8 deletions

View File

@@ -252,6 +252,13 @@
</com.github.aakira.expandablelayout.ExpandableRelativeLayout>
<RadioButton
android:id="@+id/run_on_boot_radio"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:paddingLeft="16dp"
android:text="@string/text_run_on_boot"/>
</RadioGroup>
</LinearLayout>