Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #125 from Nikoms/master
Browse files Browse the repository at this point in the history
Update doc
  • Loading branch information
lini authored Dec 13, 2017
2 parents 284905e + cee47a2 commit 0b6c247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ In case the application doesn't work as expected. Here are some things you can v

### Android

- Ensure that the AndroindManifest.xml located at platforms\android contains the following snippets for registering the GCM listener:
- Ensure that the AndroidManifest.xml located at platforms\android\build\... (**do not add it in your "App_Resources\AndroidManifest.xml" file**) contains the following snippets for registering the GCM listener:

```XML
<activity android:name="com.telerik.pushplugin.PushHandlerActivity"/>
Expand All @@ -401,7 +401,7 @@ In case the application doesn't work as expected. Here are some things you can v
</service>
```

- Ensure that the AndroindManifest.xml located at platforms\android contains the following permissions for push notifications:
- Ensure that the AndroidManifest.xml located at platforms\android\build\... contains the following permissions for push notifications:

```xml
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
Expand Down

0 comments on commit 0b6c247

Please sign in to comment.