microsoft / msopentech-tools-for-intellij

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Apache License 2.0
28 stars 34 forks source link

Incorrect permission added to manifest for notifications? #173

Closed avranju closed 9 years ago

avranju commented 9 years ago

The following permission is added to the manifest but it’s incorrect:

<uses-permission android:name="android.permission.com.google.android.c2dm.permission.RECEIVE”/>

It should instead be:

<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
kasturiswain commented 9 years ago

This issue is fixed and functionality is working as expected in the latest build.