Skip to content

Commit 01b1de7

Browse files
committed
Merge pull request #38 from Leanplum/feature/app_name
fix(Manifest) Remove android:label from application section on Androi…
1 parent 1768598 commit 01b1de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidSDK/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
android:protectionLevel="signature" />
1515
<uses-permission android:name="${applicationId}.permission.C2D_MESSAGE" />
1616

17-
<application android:label="@string/app_name">
17+
<application>
1818

1919
<!-- Leanplum Push Notification Receiver for GCM and FCM -->
2020
<receiver android:name="com.leanplum.LeanplumPushReceiver" android:exported="false"

0 commit comments

Comments
 (0)