Hi!

I'm trying to get rid of the mentioned auto-permissions in my signed
apk, but I can't.
I know it is an issue with targetting 1.5, but this isn't my case. I'm
targeting >=1.6.
I've checked everything:

In my manifest:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android";
      package="com.aaa.bbb"
      android:versionCode="1"
      android:versionName="1.0.0">

        <uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4" />

Eclipse generates the proper value in default.properties:
target=android-4

What else could I check? Please help!
Thank you!
-- 
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