startByService()

This commit is contained in:
2023-01-01 20:13:34 +01:00
parent 3d212456e6
commit 58f24953f3
4 changed files with 15 additions and 1 deletions

View File

@ -129,6 +129,12 @@
android:layout_height="wrap_content"
android:text="@string/startAppBySendBroadcast" />
<RadioButton
android:id="@+id/rbStartAppByService"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/startAppByStartService" />
</RadioGroup>
</TableRow>