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

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoms authored May 29, 2017
1 parent 6c5fa31 commit ef22903
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 @@ -278,7 +278,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, it's automatically done) contains the following snippets for registering the GCM listener:

```XML
<activity android:name="com.telerik.pushplugin.PushHandlerActivity"/>
Expand All @@ -300,7 +300,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 ef22903

Please sign in to comment.