Khac Tam Nguyen

Results 2 comments of Khac Tam Nguyen

``` 05-15 17:50:20.381 1169-13676/? I/ChromeSync: [Sync,SyncIntentOperation] Handling the intent: Intent { act=com.google.android.gms.chromesync.SCHEDULED_SYNC cat=[targeted_intent_op_prefix:.chromesync.sync.SyncIntentOperation] dat=content://com.google.android.gms.chromesync.sync.ChimeraSyncReceiverService/109125016589231836921 flg=0x4 cmp=com.google.android.gms/.chimera.GmsIntentOperationService launchParam=MultiScreenLaunchParams { mDisplayId=0 mBaseDisplayId=0 mFlags=0 } (has extras) }. 05-15 17:50:20.502 4333-4365/? E/Auth: [GoogleAccountDataServiceImpl]...

I found the problem. It's here in the afterAndroidPrepare.js. ``` var parsePushNotificationIcon = configXml.data.find('preference[@name="ParseNotificationIcon"]').get('value'); if (!!parsePushNotificationIcon) { // add to AndroidManifest.xml var manifestPushNotificationIconNode = applicationNode.find('meta-data[@android:name="com.parse.push.notification_icon"]'); if (!manifestPushNotificationIconNode) { manifestPushNotificationIconNode =...