I'm a developer and I'm having trouble installing an app in the Lollipop version.
I have researched and believe that it is a packages error, ie there are two Apps calling the same package (but I'm not sure), this is part of my code. Both app has the same permission: android:name="br.exemplogcm.permission.C2D_MESSAGE
.
<permission
android:name="br.exemplogcm.permission.C2D_MESSAGE"
android:protectionLevel="signature" />
<uses-permission android:name="br.exemplogcm.permission.C2D_MESSAGE" />
I have two apps, and both use the br.examplegcm package. Is this what is making a mistake? I do not have the Lollipop version, so it's difficult to do tests.