Update activity label

This commit is contained in:
Naveen 2022-08-30 16:29:44 +05:30
parent 737189746e
commit 8deee3295e

View File

@ -138,7 +138,7 @@
<activity
android:name=".activities.VCardViewerActivity"
android:exported="false"
android:label="VCardViewActivity"
android:label="@string/contact_info"
android:parentActivityName=".activities.ThreadActivity" />
<service