On a somewhat related note, I decided I would try to integrate the
Bump functionality into my app -- some users asked for ways to
exchange transactions between phones in the family, and this seemed
pretty good.

But then I opened the docs and here it what it says:

Add

<uses-permission
android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission
android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" />


No freaking way I will pollute my permission requirements with that
stuff.  If I saw a personal fianance app ask for those permissions,
I'd hit cancel so fast, it wouldn't know what happened.

I don't know what the solution is, but this is just wrong.

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