We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5a52e commit f8cc827Copy full SHA for f8cc827
1 file changed
app/src/main/AndroidManifest.xml
@@ -105,7 +105,8 @@
105
<receiver
106
android:name=".helpers.MyWidgetTorchProvider"
107
android:exported="true"
108
- android:icon="@drawable/ic_flashlight">
+ android:icon="@drawable/ic_flashlight"
109
+ android:label="@string/app_launcher_name">
110
<intent-filter>
111
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
112
</intent-filter>
@@ -118,7 +119,8 @@
118
119
120
android:name=".helpers.MyWidgetBrightDisplayProvider"
121
- android:icon="@drawable/ic_bright_display">
122
+ android:icon="@drawable/ic_bright_display"
123
+ android:label="@string/bright_display">
124
125
126
0 commit comments