On Thu, May 6, 2010 at 11:49 AM, André <[email protected]> wrote:

> Does it matter where I declare it in the file?
>

Well, yeah - you can't just put it anywhere. Maybe post that part of your
manifest to double check.

For example, mine looks like this:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
and it's a child of the root "manifest" node.

But I would expect the build process to throw an error if it were in the
wrong place. And it would fail miserably on all post 1.5 devices (and the
emulator, one would assume) if that were the case.


> The strange thing is that it works fine on some devices and not at all on
> others. So far I have got reports of this problem on moto droid, htc hero
> sprint and g1.
>

I don't know about the Hero, but if it's past 1.5, the permission seems like
a likely culprit.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

-- 
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

Reply via email to