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

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -