Action to change system settings

This commit is contained in:
2026-01-05 18:00:46 +01:00
parent c1619e67ec
commit b510811b18
11 changed files with 193 additions and 3 deletions

View File

@@ -129,11 +129,19 @@
android:layout_margin="10dp"
android:background="#aa000000" />
<TextView
android:id="@+id/tvSetSystemSettingExamples"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/default_margin"
android:text="@string/examplesWriteSecureSettings" />
<TextView
android:id="@+id/tvSetSystemSettingNoticeWriteSecureSettings"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/default_margin"
android:text="@string/triggerUrlVariableHint" />
android:text="@string/writeSecureSettingsNotice" />
<Button
android:id="@+id/bSaveSetSystemSetting"