The WRITE_EXTERNAL_STORAGE permission did not exist in sdk version 1.5
(3) (it was introduced in 1.6 (4) ). So if you are building for 1.5
(3) and running on 1.6 (4) or higher WRITE_EXTERNAL_STORAGE is
silently added to your permissions.
If you change your build to 1.6 (4) but indiciate you will run on 1.5
(3) by adding the following to your maifest
<uses-sdk
android:minSdkVersion="3"
android:targetSdkVersion="4">
</uses-sdk>
and build again the 1.6 (4) sdk. Then you will have to add the
WRITE_EXTERNAL_STORAGE to your manifest to enable you to write to the
sdcard.
/Richard
On Jul 9, 2:52 pm, TreKing <[email protected]> wrote:
> On Wed, Jul 7, 2010 at 11:16 PM, guru <[email protected]> wrote:
> > Whether I have to mention this permission in application manifest or
> > i have to mention in other places also. What other factors I have to look
> > in to this.
>
> Your question, as phrased, makes no sense.
>
> -------------------------------------------------------------------------------------------------
> TreKing - Chicago transit tracking app for Android-powered
> deviceshttp://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