On Wed, Feb 8, 2012 at 12:39 AM, v bobbywink wrote:
> Home key has been captured in framework level.
> The third app only can use the method to get home keyevent
> getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD)
Fortunately, this no longer works as of Android 4.0.
--
Mark Murphy (
Home key has been captured in framework level.
The third app only can use the method to get home keyevent
getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD)
2012/2/8 Dianne Hackborn
> On Mon, Jun 28, 2010 at 4:47 AM, Vishal wrote:
>
>> I do understand the difference between the back
On Mon, Jun 28, 2010 at 4:47 AM, Vishal wrote:
> I do understand the difference between the back key and home key.
> Anyways, is this the android where developer say anything can be done
> in android by developer? :-(
>
Nobody has ever claimed that third party apps can do anything in the world.
On Tue, Feb 7, 2012 at 1:54 AM, Jatin Patel wrote:
> One of the reason can be to stop Audio Recording, when user leaves
> application.?
>
A) Please reply to the group.
B) That is not a good reason. You can use onStop() for that.
--
I do understand the difference between the back key and home key.
Anyways, is this the android where developer say anything can be done
in android by developer? :-(
On Jun 24, 3:00 pm, Tomáš Hubálek wrote:
> Many users don't understand difference between Home and Back button
> (according my exp
Kostya,
I will double check your suggestion. I'm not sure why I didn't do it in
suggested way but there was some reason.
Thanks
Tom
On Thu, Jun 24, 2010 at 1:21 PM, Kostya Vasilyev wrote:
> Tomas,
>
> If the activity in question is a widget configuration activity, how about
> having a "create"
Tomas,
If the activity in question is a widget configuration activity, how
about having a "create" button?
Another option is to set setResult(RESULT_OK, appWidgetId) and building
the initial widget update in the activity's onCreate, so the widget is
created by default.
-- Kostya
24.06.201
Many users don't understand difference between Home and Back button
(according my experience of support of my apps) and in this case they
don't understand why screen widget does not appear on home screen
while configuration finished with Home button.
I'm going to detect somehow that application we
8 matches
Mail list logo