[android-developers] Can active session change notification not send to the app who made the session change?

2016-01-07 Thread bely
//hifhlxigap02.hoem.ad.harman.com/source/s?refs=pushSessionsChanged&project=harman-info3-lp-my17-release> Thanks, Bely <http://hifhlxigap02.hoem.ad.harman.com/source/s?refs=pushSessionsChanged&project=harman-info3-lp-my17-release> -- You received this message because you are

[android-developers] error on MediaPlayer

2009-03-09 Thread bely
Hi all, I am writing a player for stream video, here is the player's code (just copy from apidemo): package com.android.playerdemo; import com.android.playerdemo.R; import android.app.Activity; import android.graphics.PixelFormat; import android.media.AudioManager; import android.media.Me

[android-developers] How can I post message to service?

2008-12-26 Thread bely
Hi all, I create a service when the system starts to send information to my activity, the service is running always until system down, and it send intent to my activity when needed, and now I want my activity send back some information to the service when something happen, how can I do this?