Fixed notificaton problems on Android 13, tidied up start-up sequence. Added a 'restart' menu option.
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
android:id="@+id/action_start_stop"
|
||||
android:icon="@drawable/stop_server"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="@string/restart_server" />
|
||||
<item
|
||||
android:id="@+id/action_exit"
|
||||
android:icon="@drawable/stop_server"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="@string/start_stop_server" />
|
||||
</group>
|
||||
<group android:id="@+id/grp3">
|
||||
|
||||
Reference in New Issue
Block a user