Re: [android-developers] Re: Long running Android service is getting recreated over and over

2012-05-10 Thread Dianne Hackborn
he user is aware of and wants to happen, and here is the notification to post that proves it." For example, background music playback. You kind-of need a way to do this to implement stuff like that. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send

Re: [android-developers] Long running Android service is getting recreated over and over

2012-05-09 Thread Dianne Hackborn
bringing up the cell radio often for very brief spurts of data) which it may miss. But it will catch a lot of common bad behavior. The perception is certainly helped by the multitude of various > system-info-management-optimizer apps, many of them being off the mark for > both memory and ba

Re: [android-developers] Long running Android service is getting recreated over and over

2012-05-09 Thread Dianne Hackborn
ing the same process). Wow... well hopefully that is from people seeing the older Running Services UI that made the separate services much more up-front, rather than the current one which is much more process-oriented. -- Dianne Hackborn Android framework engineer hack...@android.com Note:

Re: [android-developers] Long running Android service is getting recreated over and over

2012-05-09 Thread Dianne Hackborn
droid-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework engineer hack...@android.com Not

Re: [android-developers] Re: something better than 16bpp

2012-05-07 Thread Dianne Hackborn
On Mon, May 7, 2012 at 9:02 AM, guich wrote: > What i do know is that the Android OS > is returning incorrect information. If the frame buffer is 32bpp, what else would it report? -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private q

Re: [android-developers] How to detect XHDPI on Froyo?

2012-05-06 Thread Dianne Hackborn
etrics.densityDpi >= > DisplayMetrics.DENSITY_HIGH > ... maybe this can solve my problem because DENSITY_HIGH is supported. > this are constant hex values that cant be compared to greater or less as i > think, or does that works ??? > > Thanks for help ;) > > > *From:*

Re: [android-developers] Re: are text files in assets translated to the local language?

2012-05-06 Thread Dianne Hackborn
. > > On those off days, I tend to read the dev guide for more info > > on upcoming stuff, new ideas, etc. > > That is good thing to do. > > Happy localization to you. :-) > > -- > You received this message because you are subscribed to the Google > Groups &

Re: [android-developers] Re: something better than 16bpp

2012-05-06 Thread Dianne Hackborn
id-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack.

Re: [android-developers] Feature request: Notification previews on the lockscreen like iOS 5 or Lockinfo

2012-05-06 Thread Dianne Hackborn
l to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework e

Re: [android-developers] How to detect XHDPI on Froyo?

2012-05-06 Thread Dianne Hackborn
cause you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit

Re: [android-developers] Retrieving list of downloaded apps

2012-05-04 Thread Dianne Hackborn
googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't

Re: [android-developers] HIDE_NAVIGATION does not cause Configuration change?

2012-05-04 Thread Dianne Hackborn
com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework engineer hack...@android.com Note: please do

Re: [android-developers] AlarmManager with "NightModus"

2012-05-03 Thread Dianne Hackborn
droid Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/

Re: [android-developers] systemUiVisibility is a global flag across apps?

2012-04-27 Thread Dianne Hackborn
, Apr 27, 2012 at 11:15 AM, Agus wrote: > Hi Dianne, > > Why is the systemUiVisibility for the activity window not get reset when > the dialog get dismissed? > > -Agus. > > > On Fri, Apr 27, 2012 at 11:12 AM, Dianne Hackborn wrote: > >> It's more complicated t

Re: [android-developers] Re: Backporting stagefright and NuPlayer to Android 2.2?

2012-04-27 Thread Dianne Hackborn
- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com

Re: [android-developers] systemUiVisibility is a global flag across apps?

2012-04-27 Thread Dianne Hackborn
ore options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't rep

Re: [android-developers] Re: Non-square pixels

2012-04-27 Thread Dianne Hackborn
Fri, Apr 27, 2012 at 7:38 AM, SytheZN wrote: > So short of modifying the display drivers themselves to report the > larger resolution and translate, there's no way to trick it... > > Thanks though. > > On Apr 26, 5:52 pm, Dianne Hackborn wrote: > > No, Android fu

Re: [android-developers] Non-square pixels

2012-04-26 Thread Dianne Hackborn
ribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions

Re: [android-developers] getInstalledPackages(PackageManager.GET_ACTIVITIES) -> PackageManager has died!?

2012-04-25 Thread Dianne Hackborn
to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http

Re: [android-developers] Re: Default Launcher Lifecycle

2012-04-24 Thread Dianne Hackborn
developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to pr

Re: [android-developers] AsyncTask in Android 4.0

2012-04-24 Thread Dianne Hackborn
On Tue, Apr 24, 2012 at 1:18 AM, RichardC wrote: > Will this change break CursorLoader in multi-fragment Activities? > No. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private

Re: [android-developers] AsyncTask in Android 4.0

2012-04-20 Thread Dianne Hackborn
rgetSdkVersion. -- Dianne Hackborn Android framework engineer hack...@android.com 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 o

Re: [android-developers] AsyncTask in Android 4.0

2012-04-20 Thread Dianne Hackborn
dard practice we use frequently when making changes to the platform that impact behavior applications may be relying on. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won

Re: [android-developers] AsyncTask in Android 4.0

2012-04-20 Thread Dianne Hackborn
2012/4/20 Kostya Vasilyev > Perhaps the documentation needs to be updated? Yes sorry it wasn't updated in ICS, I have it updated in the current dev tree. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I do

Re: [android-developers] AsyncTask in Android 4.0

2012-04-20 Thread Dianne Hackborn
gt; On Fri, Apr 20, 2012 at 5:24 PM, Dianne Hackborn > wrote: > > Yes if your targetSdkVersion is >= 12, then as of that release the > default > > executor is serial. > > Bingo! It's the targetSdkVersion that's controlling the behavior. > Looking at the Async

Re: [android-developers] AsyncTask in Android 4.0

2012-04-20 Thread Dianne Hackborn
; > Nathan > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+

Re: [android-developers] Re: Socket sharing between activities

2012-04-17 Thread Dianne Hackborn
} } void stop() { mStartCount--; if (mStartCount == 0) { // Bring down connection } } } And call these in each onStart() and onStop() of the activities that are using the connection. -- Dianne Hackborn Android framework engineer hack...@android.com Not

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-17 Thread Dianne Hackborn
On Tue, Apr 17, 2012 at 3:09 PM, Nathan wrote: > On Monday, April 16, 2012 7:07:33 PM UTC-7, Dianne Hackborn wrote: > >> On Sun, Apr 15, 2012 at 8:56 AM, digi owl wrote: >> >>> looking at the 3.2 platform API changes, it appears that Google wants >>> deve

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-17 Thread Dianne Hackborn
On Tue, Apr 17, 2012 at 2:55 PM, Nathan wrote: > Is there any reason that the platform will never support something like > GetStorageDirectories() (plural)? > Well, nobody has said that, so I don't see how I could give a reason for it. -- Dianne Hackborn Android framework

Re: [android-developers] Issue with SystemService addSystemService?

2012-04-16 Thread Dianne Hackborn
ients access with Context.bindService(). - If it is not possible, how can Parcelable objects be passed to and > from separate process so that an app can leverage private/ system APIs > using root? > That doesn't sound like something I'd want to help with. :) -- Dianne Hackborn Andr

Re: [android-developers] Re: Task switcher image

2012-04-16 Thread Dianne Hackborn
evelopers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to pro

Re: [android-developers] Re: Socket sharing between activities

2012-04-16 Thread Dianne Hackborn
. >> >> Many thanks, >> >> Tonez > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-16 Thread Dianne Hackborn
r everything except the primary external storage partition, you should expect to only have write access to the files. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and

Re: [android-developers] Re: Write storage on Samsung Galaxy Tab 7.7

2012-04-16 Thread Dianne Hackborn
ternal storage location, which these days can be either a physical SD card, a physical partition on internal storage, or shared with internal storage, as reported by the various methods on Environment. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send p

Re: [android-developers] How to use TYPE_INPUT_METHOD_DIALOG to show Dialog from an IME?

2012-04-16 Thread Dianne Hackborn
lopers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-develo

Re: [android-developers] Re: creating a window-close animation effect

2012-04-16 Thread Dianne Hackborn
> To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please d

Re: [android-developers] Re: What qualifies an Android phone to show up in Android Marketplace filter

2012-04-16 Thread Dianne Hackborn
> android:screenDensity="ldpi" /> > android:screenDensity="mdpi" /> > android:screenDensity="hdpi" /> > android:screenDensity="ldpi" /> > android:screenDensity="mdpi" /> >

Re: [android-developers] What qualifies an Android phone to show up in Android Marketplace filter

2012-04-13 Thread Dianne Hackborn
d-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provi

Re: [android-developers] Task switcher image

2012-04-13 Thread Dianne Hackborn
o > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don&

Re: [android-developers] Re: Wrote stack trace to '/data/anr/traces.txt', then black screen

2012-04-13 Thread Dianne Hackborn
transfer it between apps, put it behind a content provider (which the other app can open a stream on to read the data). -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, an

Re: [android-developers] tablet is hang due to full internal storage memory

2012-04-13 Thread Dianne Hackborn
roup. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- D

Re: [android-developers] What does the mediascanner do?

2012-04-11 Thread Dianne Hackborn
such a problem in any particular release. -- Dianne Hackborn Android framework engineer hack...@android.com 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 pu

Re: [android-developers] Animation is too slow with xhdpi device.

2012-04-05 Thread Dianne Hackborn
evice? On Thu, Apr 5, 2012 at 2:03 PM, Mark Murphy wrote: > On Thu, Apr 5, 2012 at 4:57 PM, Dianne Hackborn > wrote: > > Have you made sure hardware accelerated drawing is enabled? > > AFAIK, the Galaxy Note runs 2.3.x at the moment, not 3.0. > > -- > Ma

Re: [android-developers] Animation is too slow with xhdpi device.

2012-04-05 Thread Dianne Hackborn
more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply t

Re: [android-developers] list of activities/services/tasks during sync

2012-04-05 Thread Dianne Hackborn
ps "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.c

Re: [android-developers] Difference between user-induced "screen on" and programmatically induced "screen on".

2012-04-05 Thread Dianne Hackborn
received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For m

Re: [android-developers] Re: Sleep mode

2012-04-02 Thread Dianne Hackborn
ff and cpu off". > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > andro

Re: [android-developers] Can I get all the apps that have acquired a wifi lock?

2012-03-30 Thread Dianne Hackborn
" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?h

Re: [android-developers] Sleep mode

2012-03-30 Thread Dianne Hackborn
send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework e

Re: [android-developers] How to serialize a Class that includes a Bitmap?

2012-03-30 Thread Dianne Hackborn
to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http

Re: [android-developers] Re: AsyncTask vs Thread?

2012-03-26 Thread Dianne Hackborn
found = true; >} >rot++; > } > >} >col++; > >

Re: [android-developers] Re: putInt force closes

2012-03-26 Thread Dianne Hackborn
roid Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-

Re: [android-developers] AsyncTask vs Thread?

2012-03-26 Thread Dianne Hackborn
>} > >}.execute(); > >} > } > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To uns

Re: [android-developers] Broadcast receiver execution.

2012-03-26 Thread Dianne Hackborn
You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com >

Re: [android-developers] Re: Can an Android app have exclusive access to the audio h/w?

2012-03-23 Thread Dianne Hackborn
On Fri, Mar 23, 2012 at 2:51 PM, dmv wrote: > Yes, but the audio focus request can be turned down by the system or > may be unsuccessful due to other reasons. > That's a feature. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send priv

Re: [android-developers] Can an Android app have exclusive access to the audio h/w?

2012-03-23 Thread Dianne Hackborn
sit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com 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-m

Re: [android-developers] which is best Handler or Timer ?

2012-03-23 Thread Dianne Hackborn
om > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework engineer hack...@android.com Note: please d

Re: [android-developers] Get an app's api level programmatically

2012-03-23 Thread Dianne Hackborn
rest to your chosen target >>> audience. >>> >> -- >> You received this message because you are subscribed to the Google >> Groups "Android Developers" group. >> To post to this group, send email to >> android-developers@​googlegroups.com >

Re: [android-developers] Get an app's api level programmatically

2012-03-22 Thread Dianne Hackborn
> To unsubscribe from this group, send email to > android-developers+​unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/​group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> -- Dianne Hackborn Andr

Re: [android-developers] Re: How to use cp (Copy) command in system function in native C code on Android

2012-03-21 Thread Dianne Hackborn
up. > To post to this group, send email to > android-developers@​googlegroups.com > To unsubscribe from this group, send email to > android-developers+​unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/​group/android-developers?hl=en<h

Re: [android-developers] How do you launch an Activity for your IME?

2012-03-21 Thread Dianne Hackborn
r...@googlegroups.com > For more options, visit this group at > http://groups.google.com/​group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private q

Re: [android-developers] How to use cp (Copy) command in system function in native C code on Android

2012-03-21 Thread Dianne Hackborn
this group, send email to > android-developers+​unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/​group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> -- Dianne Hackborn Android framework engineer

Re: [android-developers] Re: sending custom parcelable to another application

2012-03-21 Thread Dianne Hackborn
gt; > To unsubscribe from this group, send email to > > android-developers+unsubscr...@googlegroups.com > > For more options, visit this group at > > http://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to t

Re: [android-developers] Does the file Manifest.java in Android source codes contain all the list of permissions?

2012-03-20 Thread Dianne Hackborn
ned permissions. > > Dianne Hackborn wrote: > > No. > > > > On Tue, Mar 20, 2012 at 12:00 PM, michael wrote: > > > > > Could I say that the Manifest.java file contains all the permissions > > > for one version of Android? > > > > > > -- >

Re: [android-developers] Android, SQLite, massive (5000%+) loss of performance on a certain query, on a certain device

2012-03-20 Thread Dianne Hackborn
ubscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > h

Re: [android-developers] Same permission defined in multiple applications

2012-03-20 Thread Dianne Hackborn
mistake to let it get out into the public SDK. On Tue, Mar 20, 2012 at 12:50 AM, Doug wrote: > Dianne, when would you recommend using sharedUserId? Also, are these > subtleties documented anywhere? > > Doug > > > On Monday, March 19, 2012 5:57:33 PM UTC-7, Dianne Hackborn wr

Re: [android-developers] Does the file Manifest.java in Android source codes contain all the list of permissions?

2012-03-20 Thread Dianne Hackborn
oup. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- D

Re: [android-developers] Play Store Share Action

2012-03-19 Thread Dianne Hackborn
zmobileapps/treking> - Chicago >> transit tracking app for Android-powered devices >> >> -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@

Re: [android-developers] Re: Window, WindowManager, PolicyManager classes - or - implementing a custom overlay

2012-03-19 Thread Dianne Hackborn
unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide privat

Re: [android-developers] How to keep activity running

2012-03-19 Thread Dianne Hackborn
droid-powered devices >> >> -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send em

Re: [android-developers] Same permission defined in multiple applications

2012-03-19 Thread Dianne Hackborn
..@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/android-developers?hl=en >> > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this grou

Re: [android-developers] Re: Application Recycling

2012-03-19 Thread Dianne Hackborn
oid Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-devel

Re: [android-developers] Re: "lights out" mode PLUS menu soft key?

2012-03-12 Thread Dianne Hackborn
send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engin

Re: [android-developers] How to use 'IActivityWatcher'?

2012-03-12 Thread Dianne Hackborn
oups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don&#x

Re: [android-developers] Galaxy Nexus is not properly implementing getExternalStorageDirectory; can anyone confirm?

2012-03-09 Thread Dianne Hackborn
he Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://

Re: [android-developers] how to make the apps is running in odex

2012-03-06 Thread Dianne Hackborn
or more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply

Re: [android-developers] Odd issue involving hardware acceleration

2012-03-01 Thread Dianne Hackborn
to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don&#

Re: [android-developers] Re: fragment transactions in onLoadFinished()

2012-02-28 Thread Dianne Hackborn
use you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at

Re: [android-developers] Launch Activity by command shell

2012-02-28 Thread Dianne Hackborn
t; To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don&#

Re: [android-developers] Tracking email composition

2012-02-24 Thread Dianne Hackborn
opers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-deve

Re: [android-developers] Re: Mismatch in runtime layout selection based upon size/density

2012-02-24 Thread Dianne Hackborn
layouts I have actually been supporting, > I can collapse this to > - default - layout_A_less_capabable_screens > - large - layout_B_more_capabable_screens > > > William > On Feb 24, 11:09 am, Dianne Hackborn wrote: > > Keep in mind that all densities are a potential match, and screen size is &g

Re: [android-developers] How to get the DB File from real android device

2012-02-24 Thread Dianne Hackborn
he files to between external storage using the shell, and push/pull the file at the external storage location. (And if you are copying from your app to external storage, your app will need to hold the write sd card permission.) -- Dianne Hackborn Android framework engineer hack...@android.com Note:

Re: [android-developers] configuration qualifiers xhdpi vs xlarge

2012-02-24 Thread Dianne Hackborn
ou should *always* still specify the density the drawable is for. Actually, maybe it is time for aapt to start reporting errors if it is given drawables that don't have a density qualifier. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send privat

Re: [android-developers] Declare Multi-Dimensional in Strings.Xml?

2012-02-23 Thread Dianne Hackborn
oogle > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http:/

Re: [android-developers] Re: Mismatch in runtime layout selection based upon size/density

2012-02-23 Thread Dianne Hackborn
oid Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developer

Re: [android-developers] Re: Application settings lost when updating to new version?

2012-02-23 Thread Dianne Hackborn
are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this grou

Re: [android-developers] Re: Service, both started and bound

2012-02-23 Thread Dianne Hackborn
droid-developers@**googlegroups.com > To unsubscribe from this group, send email to > android-developers+**unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl

Re: [android-developers] Custom Permission and installation order

2012-02-21 Thread Dianne Hackborn
this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackbo

Re: [android-developers] Avoiding FAILED BINDER TRANSACTION error when updating lots of widget bitmaps

2012-02-17 Thread Dianne Hackborn
ers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en &g

Re: [android-developers] The ActionBar can't work when i use requestWindowFeature(Window.FEATURE_NO_TITLE) method.

2012-02-16 Thread Dianne Hackborn
id Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/andr

Re: [android-developers] Re: No TOUCHABLE_INSETS_REGION constant field under InputMethodService.Insets class in SDK

2012-02-16 Thread Dianne Hackborn
oup, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Andro

Re: [android-developers] Re: How to screen capture through fb0?

2012-02-16 Thread Dianne Hackborn
sky tree > Dear Sir: > >I found the same GPU type(SGX 540) in Nexus S and Galaxy nexus, > the I don't know why the Nexus S can work but Galaxy nexus can not. > Could you give me > > some suggestion and commend? > > thank you so much, > > BRs, > >

Re: [android-developers] Why canvas.translate() do not work well in ICS???

2012-02-16 Thread Dianne Hackborn
http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com 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 shou

Re: [android-developers] Re: Reads file inside a apk

2012-02-16 Thread Dianne Hackborn
w Price! > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsub

Re: [android-developers] How to run 4" optimised app on a portion of galaxy tab 10.1"

2012-02-14 Thread Dianne Hackborn
gt; android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have

Re: [android-developers] How to screen capture through fb0?

2012-02-14 Thread Dianne Hackborn
roup, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questi

Re: [android-developers] Mutithreading in android

2012-02-13 Thread Dianne Hackborn
e because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit

Re: [android-developers] Re: Why are new apps not featured on Android market anymore?

2012-02-13 Thread Dianne Hackborn
evelopers and shut out indies. I am not going to respond further to this thread, but this is just so ridiculous. -- Dianne Hackborn Android framework engineer hack...@android.com Note: please don't send private questions to me, as I don't have time to provide private support, and so w

Re: [android-developers] Reconnect to Service

2012-02-13 Thread Dianne Hackborn
gle > Groups "Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.goog

Re: [android-developers] Re: How to hide three-dot indicator(Option menu indicator) on ICS handsets?

2012-02-10 Thread Dianne Hackborn
ot;Android Developers" group. > To post to this group, send email to android-developers@googlegroups.com > To unsubscribe from this group, send email to > android-developers+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/and

<    1   2   3   4   5   6   7   8   9   10   >