Skip to content

Commit

Permalink
Remove unnecessary manifest entries
Browse files Browse the repository at this point in the history
  • Loading branch information
hborisoff committed Nov 23, 2020
1 parent a7e2412 commit 2a56df6
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions RondoApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,43 +30,10 @@
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<receiver
android:name="com.leanplum.LeanplumPushReceiver"
android:exported="false">
<intent-filter>
<action android:name="com.leanplum.LeanplumPushListenerService" />

<category android:name="com.leanplum.rondo" />
</intent-filter>
</receiver>

<service
android:name="com.leanplum.LeanplumPushListenerService"
android:exported="false">
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />

<category android:name="com.leanplum.rondo" />
</intent-filter>
</service>
<service
android:name="com.leanplum.LeanplumPushInstanceIDService"
android:exported="false">
<intent-filter>
<action android:name="com.google.android.gms.iid.InstanceID" />

<category android:name="com.leanplum.rondo" />
</intent-filter>
</service>
<service
android:name="com.leanplum.LeanplumPushRegistrationService"
android:exported="false" />

<activity
android:name=".TriggersActivity"
android:label="Triggers"/>
Expand Down

0 comments on commit 2a56df6

Please sign in to comment.