新增 定时任务增加Auto.js启动时

This commit is contained in:
hyb1996
2018-11-27 11:50:29 +08:00
parent 306762a422
commit 7ac7795caf
17 changed files with 290 additions and 247 deletions

View File

@@ -279,6 +279,14 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<RadioButton
android:id="@+id/run_on_startup"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:paddingLeft="8dp"
android:text="@string/text_run_on_startup"/>
<RadioButton
android:id="@+id/run_on_boot"
android:layout_width="match_parent"