Skip to content

Commit 51ca4c1

Browse files
committed
android: add app description
1 parent 8e670c2 commit 51ca4c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
android:roundIcon="@mipmap/ic_launcher_round"
4545
android:supportsRtl="true"
4646
android:theme="@style/Theme.LibrePods"
47+
android:description="@string/app_description"
4748
tools:ignore="UnusedAttribute"
4849
tools:targetApi="31">
4950
<receiver

android/app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<resources>
22
<string name="app_name" translatable="false">LibrePods</string>
3+
<string name="app_description" translatable="false">Liberate your AirPods from Apple\'s ecosystem.</string>
34
<string name="title_activity_custom_device" translatable="false">GATT Testing</string>
45
<string name="app_widget_description">See your AirPods battery status right from your home screen!</string>
56
<string name="accessibility">Accessibility</string>

0 commit comments

Comments
 (0)