It will break (it will have no effect.)

On Wed, Feb 11, 2009 at 2:04 PM, dple...@googlemail.com
<dple...@googlemail.com> wrote:
>
> Hi Romain,
>
> will code like this work or be broken in Cupcake? :
>
> Uri uri = Uri.parse("content://" + android.provider.Settings.AUTHORITY
> + "/favorites");
> ContentResolver cr = getContentResolver();
> Cursor c = cr.query(uri, new String[] { "_id", "intent" }, null, null,
> null);
>
> thanks!
>
> On 11 Feb., 19:48, Romain Guy <romain...@google.com> wrote:
>> 1. No.
>>
>> 2. In a private database. Cupcake will move that database so any code
>> that tries to modify it now will break soon.
>>
>>
>>
>> On Wed, Feb 11, 2009 at 3:56 AM, Joe_Booboo <cyril.bouhall...@gmail.com> 
>> wrote:
>>
>> > Hi,
>>
>> > I have created several folders (Apps, Games, etc) on my G1 desktop.
>>
>> > So my question are:
>>
>> > 1) Is there a way of changing the icon of the folders from the dull
>> > plain grey one provided ?
>> > if so how ?
>>
>> > 2) Where are those folders created on the system ?
>>
>> > Thank you
>>
>> --
>> Romain Guy
>> Android framework engineer
>> romain...@android.com
>>
>> Note: please don't send private questions to me, as I don't have time
>> to provide private support.  All such questions should be posted on
>> public forums, where I and others can see and answer them
> >
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to