give proper labels to widgets

This commit is contained in:
tibbi 2022-04-21 21:25:51 +02:00
parent 3d5a52e31f
commit f8cc827da7

View File

@ -105,7 +105,8 @@
<receiver
android:name=".helpers.MyWidgetTorchProvider"
android:exported="true"
android:icon="@drawable/ic_flashlight">
android:icon="@drawable/ic_flashlight"
android:label="@string/app_launcher_name">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
@ -118,7 +119,8 @@
<receiver
android:name=".helpers.MyWidgetBrightDisplayProvider"
android:exported="true"
android:icon="@drawable/ic_bright_display">
android:icon="@drawable/ic_bright_display"
android:label="@string/bright_display">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>