linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Linphone Android - Change app name on GooglePl


From: LuchianC
Subject: Re: [Linphone-developers] Linphone Android - Change app name on GooglePlay
Date: Thu, 29 May 2014 03:25:10 -0700 (PDT)

And i get error:

05-29 13:21:23.827: E/AndroidRuntime(6111): java.lang.IllegalStateException:
Application does not define permission org.linphone.permission.C2D_MESSAGE
05-29 13:21:23.827: E/AndroidRuntime(6111):     at
com.google.android.gcm.GCMRegistrar.checkManifest(GCMRegistrar.java:137)
05-29 13:21:23.827: E/AndroidRuntime(6111):     at
org.linphone.compatibility.ApiEightPlus.initPushNotificationService(ApiEightPlus.java:41)


in Manifest i have:

<permission android:name="*******.permission.C2D_MESSAGE"
android:protectionLevel="signature" /> 
        <uses-permission android:name="*******.permission.C2D_MESSAGE" />  

and 


                <receiver android:name="org.linphone.gcm.GCMReceiver"
android:permission="com.google.android.c2dm.permission.SEND" >
                  <intent-filter>
                    <action 
android:name="com.google.android.c2dm.intent.RECEIVE" />
                    <action 
android:name="com.google.android.c2dm.intent.REGISTRATION" />
                    <category android:name="*******" /> 
                  </intent-filter>
                </receiver>



--
View this message in context: 
http://nongnu.13855.n7.nabble.com/Linphone-Android-Change-app-name-on-GooglePlay-tp184589p184595.html
Sent from the linphone-developers mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]