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

Commit 0b6c247

Browse files
authored
Merge pull request #125 from Nikoms/master
Update doc
2 parents 284905e + cee47a2 commit 0b6c247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ In case the application doesn't work as expected. Here are some things you can v
379379

380380
### Android
381381

382-
- Ensure that the AndroindManifest.xml located at platforms\android contains the following snippets for registering the GCM listener:
382+
- 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:
383383

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

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

406406
```xml
407407
<uses-permission android:name="android.permission.GET_ACCOUNTS" />

0 commit comments

Comments
 (0)