Changing of volume control intents scheme.

The new intent was sent inside onProgressChanged() method -
after every volume seek bar moving. Intents processing is
slower then sending of new ones, so some of them could be
still not processed while playback has already started.
So, sometimes user will hear other volume level than he
has actually set.
This patch replaces all intents sent in onProgressChanged()
method during seeking by only one sent after user has
finished volume seek bar tracking.

Change-Id: I383c9fea6bc50b068b04e45adb6ef033bf7c36ff
Signed-off-by: Sergii Iegorov <x0155539@ti.com>
1 file changed