From 0c71ebdf0d7f7cd3b665577d9a30397480db565a Mon Sep 17 00:00:00 2001 From: Albert Leao Date: Sat, 7 Nov 2015 22:12:59 -0500 Subject: [PATCH] Update README.md Added detail about requiring no extension as the file name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e157d96bf..1659cd8df 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Parameter | Description `options` | `JSON Object` platform specific initialization options. `options.android` | `JSON Object` Android specific initialization options. `options.android.senderID` | `String` Maps to the project number in the Google Developer Console. -`options.android.icon` | `String` Optional. The name of a drawable resource to use as the small-icon. +`options.android.icon` | `String` Optional. The name of a drawable resource to use as the small-icon. The name should not include the extension. `options.android.iconColor` | `String` Optional. Sets the background color of the small icon on Android 5.0 and greater. [Supported Formats](http://developer.android.com/reference/android/graphics/Color.html#parseColor(java.lang.String)) `options.android.sound` | `Boolean` Optional. If `true` it plays the sound specified in the push data or the default system sound. Default is `true`. `options.android.vibrate` | `Boolean` Optional. If `true` the device vibrates on receipt of notification. Default is `true`.