-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
There is com.example.gcm.permission defined in manifest file. This is really unfortunate because it's forbidden to have more apps with same permission declaration installed at once. That mean's there can be only one app with Infinario installed in a phone or a developer has to take care of removing this permission in his own manifest (considering he/she knows about the issue)
Code in your manifest:
<permission android:name="com.example.gcm.permission.C2D_MESSAGE"
android:protectionLevel="signature" />
<uses-permission android:name="com.example.gcm.permission.C2D_MESSAGE" />
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels