parse.com - Parse Android notifications: how do you set the small notification icon on Parse v1.1? -


how set setsmallicon() notification on older version of parse? (1.1) or @ least before pushservice.setdefaultpushcallback() deprecated?

i tried setting

<meta-data android:name="com.parse.push.notification_icon" android:resource="@drawable/icon"/> 

in manifest did not work.

i don't know after version parsepushbroadcastreceiver class exists can inherit class , override getsmalliconid function replace small icon


Comments