Hi, Been wrestling with uses-permission in AndroidManifest.xml for about 1/2 a day, so I may be blinded by my frustration....
I've been cleaning up my app (removing debug code, experimental stuff to blackbox things I didn't understand, etc.). As part of this, I removed some uses-permission elements from my manifest. After doing so, I rebuilt, installed on emulator and a mytouch 3G, ran settings, application manager, and checked the permission list. After chasing my tail for about 5 hours (rant), I stumbled across issue 4101: http://code.google.com/p/android/issues/detail?id=4101&can=1&q=uses-permission&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars That explained part of my problem (I was getting permission in the installed application that were not set in my AndroidManifest.xml). But after figuring that out, I'm still missing android.permission.VIBRATE. The app runs and does use the vibrator on the mytouch. I checked my package using "aapt dump xmltree...", and it is set in the apk version of the manifest. I grep'ed the package code mentioned in 4101 and didn't find vibrate anywhere. Does anybody have any ideas why it isn't showing up in "settings- >applications->Manage applications" -- 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

