These are new permissions introduced in 1.6, so they have to be automatically be given to old applications. If you set android:targetSdkVersion="4" then your app will be considered a newer app and you need to explicitly request the permissions.
On Mon, Sep 21, 2009 at 5:19 PM, Christopher <[email protected]> wrote: > > I have a widget that updates every hour and is working fine. > > However does anyone else have the problem that on install on a 1.6 > system that their app asks for permission to phone calls and storage? > Not a problem in 1.5, but even "Hello World" asks for it on 1.6 roms. > > Chris > > On Sep 20, 4:15 pm, BoD <[email protected]> wrote: > > Hi! > > I'm developing a Widget that updates every 10 seconds > > (android:updatePeriodMillis="10000"). > > On the 1.5 emulator, as well as on my adp1, it works as expected. > > On the 1.6 emulator, my widgets are not updated. Apparently, > > AppWidgetProvider.onUpdate(...) is never called. > > > > Is there something I missed? > > > > Thanks a lot, > > > > BoD > > > -- Dianne Hackborn Android framework engineer [email protected] 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 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 [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 -~----------~----~----~----~------~----~------~--~---

