feat: intent task
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -419,4 +419,6 @@
|
||||
<string name="text_run_on_package_uninstall">应用卸载时</string>
|
||||
<string name="text_run_on_package_update">应用更新时</string>
|
||||
<string name="text_run_on_headset_plug">耳机插拔时</string>
|
||||
<string name="text_run_on_time_tick">每分钟一次</string>
|
||||
<string name="text_run_on_config_change">某些设置(屏幕方向,地区等)更改时</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user