clean: explain user why to disable manufacturer optimizations and troubleshooting steps

This commit is contained in:
antonio 2023-06-24 15:28:02 +02:00
parent 2046872d79
commit 992b16cc1d
4 changed files with 88 additions and 20 deletions

View file

@ -0,0 +1,25 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/battery_optimization_primary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="12dp"
android:layout_marginEnd="24dp"
android:layout_marginBottom="4dp"
android:text="@string/activity_battery_optimizations_summary" />
<TextView
android:id="@+id/battery_optimization_secondary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="24dp"
android:layout_marginTop="8dp"
android:layout_marginEnd="24dp"
android:autoLink="web"
android:text="@string/activity_battery_optimizations_conclusion" />
</LinearLayout>