Dear All,
I'm trying to use the MediaRecorder to have my application
continuously record audio in memory (to a circular buffer of a known
size). Indeed, I'd like to be able to play back the past 10 seconds of
recorded based on a certain event in my program.
Much of the Media API is designed to li
Dear All,
What is the recommended approach to have currently shipping 1.5-SDK
compliant apps to start offering 1.6 features (such as TTL) in the
Market ?
Can we just publish 2 versions of the same package name each compiled
with a different SDK level (will the Market automatically push out
only
Dear All,
I'm acquiring a wake lock and apparently, it gets garbage collected in
my app at some point with the following error;
D/dalvikvm( 3554): GC freed 6047 objects / 487704 bytes in 198ms
E/AndroidRuntime( 3554): java.lang.Exception: WakeLock finalized while
still held: AMBU
E/AndroidRuntim
There's roughly 2 weeks left and still no update on the ADC site to
allow application submission.
When can we expect an update ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to t
the DialtactsActivity from my service and return
> to the home screen.
>
> BR,
> //Ola
>
> On Jul 26, 3:45 pm,flohier wrote:
>
>
>
> > Dear All,
>
> > I wrote an app that places an outgoing call via the ACTION_CALL
> > intent.
>
> > After the
I'd like my app simulate key events.
There's a permission that suggests that it's possible to do so
(INJECT_EVENT).
Does anyone has experience doing this ?
Thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "An
Hi,
Is there a way for an running activity to know if it is on top of the
stack (= visible) ?
Thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to a
Quick additional question regarding the problem I'm facing:
Is it possible to kill the process running the dialer and restart it ?
Thanks,
On Jul 26, 6:45 am, flohier wrote:
> Dear All,
>
> I wrote an app that places an outgoing call via the ACTION_CALL
> intent.
>
Dear All,
I wrote an app that places an outgoing call via the ACTION_CALL
intent.
After the call is placed, the dialer enters the call log window and at
that point, my application cannot re-submit an outgoing call without
having the user exit the call log activity.
>From the kernel source, InCa
Deal All,
Is there a poster showing all the class and methodes offered by the
android SDK and their inter dependence ?
Thanks,
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to th
All,
I wrote an application that send multiple identical intents to another
blackbox application.
This other application does not process intent immediatelly. When it
does, it does not behave well because it wants to process all the
pending intent.
Question:
- Is there a way to prevent having
Dear All,
Hi All,
After invoking ACTION_CALL via:
Intent alertintent = new Intent(Intent.ACTION_CALL, Uri.parse
("tel:"));
startActivity(alertintent);
the call is properly placed but having hanging up, the default android
dialer enters the call log tab.
If I try to programmatic
12 matches
Mail list logo