From 76cda91e6456784109b84c407d3b300b7d3bdc93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= <mvdan@mvdan.cc> Date: Sat, 26 Dec 2015 19:04:19 +0100 Subject: [PATCH] Use .FDroidApp in the manifest Like the rest of classes, e.g. activity names. --- F-Droid/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/F-Droid/AndroidManifest.xml b/F-Droid/AndroidManifest.xml index bf3b3f3d8..7237aea99 100644 --- a/F-Droid/AndroidManifest.xml +++ b/F-Droid/AndroidManifest.xml @@ -59,7 +59,7 @@ <uses-permission android:name="android.permission.ACCESS_SUPERUSER"/> <application - android:name="FDroidApp" + android:name=".FDroidApp" android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:description="@string/app_description"