Implemented an option to reset keys (and IP).

This commit is contained in:
Revertron 2022-12-10 22:32:50 +01:00
parent a07412d02d
commit 305b2ab7c2
5 changed files with 28 additions and 2 deletions

View file

@ -234,6 +234,16 @@
android:paddingBottom="2pt"
android:showDividers="middle">
<TableRow
android:id="@+id/resetKeysRow"
style="@style/SelectableItemStyle">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/reset_keys" />
</TableRow>
<TableRow
android:id="@+id/resetConfigurationRow"
style="@style/SelectableItemStyle">