2022-04-15 02:08:51 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-04-15 02:37:53 +02:00
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2022-04-15 02:08:51 +02:00
|
|
|
<CheckBoxPreference
|
|
|
|
android:title="Notify if below current threshold"
|
|
|
|
android:key="um25_current_threshold_notify" />
|
|
|
|
<EditTextPreference
|
|
|
|
android:title="Current threshold im mA"
|
|
|
|
android:key="um25_current_threshold"
|
|
|
|
android:inputType="number"
|
2022-04-15 02:37:53 +02:00
|
|
|
android:defaultValue="100"
|
|
|
|
app:useSimpleSummaryProvider="true" />/>
|
2022-04-15 02:08:51 +02:00
|
|
|
</PreferenceScreen>
|