I don't believe there is an official way to do it. As far as your other post, why would you expect your app to go at the top of the list for every little update? I wouldn't be surprised if the date list is only based on -new- applications, to avoid developers spamming updates to appear at the top of the list.
On Fri, Sep 11, 2009 at 3:45 PM, [email protected] < [email protected]> wrote: > > I wouldn't want frowning.... so > Can you tell me a better way? > And by the way, can you answer this... > > http://groups.google.com/group/android-developers/browse_thread/thread/28e026ba8da56225 > thanks... > > > On Sep 11, 3:41 pm, Dianne Hackborn <[email protected]> wrote: > > I am officially frowning. ;) > > > > Just be prepared for this to not work in the future, for who knows what > > reason. > > > > On Fri, Sep 11, 2009 at 2:49 PM, Jason Proctor < > > > > > > > > [email protected]> wrote: > > > > > "officially", you can't replace the stock call UI. however, i've > > > discovered that if your receiver hangs out for a bit before starting > > > your UI activity, then you can displace the stock UI. it's quite > > > funny, you see the system obligingly slide the stock one out of the > > > way and bring in the new one. and the hot keys for pickup etc still > > > work. heehee, score. > > > > > i put all my networking etc in the receiver, then launch the UI > > > activity when all is sorted. that turns out to be long enough... :-) > > > > > it's not *too* reliable though, and i'm sure the Googs would frown on > > > this practice... > > > > > hth > > > > > >My broadcast receiver for Call_State_Changed works fine and I > > > >successfully start a different activity than the standard CallLog > > > >after a call, but every once in a while, the original Activity gets > > > >displayed after mine, in effect not showing mine! > > > >This is annoying. > > > >Is there a call that I can make to turn off the default Broadcast > > > >receiver for Call_State_Changed, or what can I do to stop this? > > > >Thanks in advance. > > > > > -- > > > jason.vp.engineering.particle > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support, and so won't reply to such e-mails. All such > > questions should be posted on public forums, where I and others can see > and > > answer them. > > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

