Skip to content

com.example.gcm.permission in manifest file #5

@bio007

Description

@bio007

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" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions