> > Have you tried the "aapt dump badging" command on the APK to see if
> > any uses-feature are getting added?
>
> Good thinking but only the camera is getting added.

Weird, I just bought Tasker on the market on my Nexus One, pulled the
APK, and ran the badging dump on it. I'm seeing the bluetooth uses-
feature in there. Maybe your market version is just different from
your testing version, though. Output:

u...@n7 ~
$ adb -s HT02KP903513 pull /data/app/
net.dinglisch.android.taskerm-1.apk
1731 KB/s (767820 bytes in 0.433s)

u...@n7 ~
$ aapt dump badging net.dinglisch.android.taskerm-1.apk
package: name='net.dinglisch.android.taskerm' versionCode='62'
versionName='1.0.3'
sdkVersion:'4'
targetSdkVersion:'4'
uses-permission:'android.permission.WRITE_EXTERNAL_STORAGE'
uses-permission:'android.permission.VIBRATE'
uses-permission:'android.permission.WAKE_LOCK'
uses-permission:'android.permission.GET_TASKS'
uses-permission:'android.permission.RECEIVE_BOOT_COMPLETED'
uses-permission:'android.permission.WRITE_SETTINGS'
uses-permission:'android.permission.RECORD_AUDIO'
uses-permission:'android.permission.READ_PHONE_STATE'
uses-permission:'android.permission.SEND_SMS'
uses-permission:'android.permission.RECEIVE_SMS'
uses-permission:'android.permission.ACCESS_FINE_LOCATION'
uses-permission:'android.permission.CAMERA'
uses-permission:'android.permission.DISABLE_KEYGUARD'
uses-permission:'android.permission.BLUETOOTH_ADMIN'
uses-permission:'android.permission.BLUETOOTH'
uses-permission:'android.permission.ACCESS_NETWORK_STATE'
uses-permission:'android.permission.SET_WALLPAPER'
uses-permission:'android.permission.ACCESS_WIFI_STATE'
uses-permission:'android.permission.CHANGE_WIFI_STATE'
uses-permission:'android.permission.MODIFY_AUDIO_SETTINGS'
uses-permission:'android.permission.PROCESS_OUTGOING_CALLS'
uses-permission:'android.permission.READ_CONTACTS'
uses-permission:'android.permission.INTERNET'
uses-permission:'android.permission.CALL_PHONE'
uses-permission:'android.permission.READ_SYNC_SETTINGS'
uses-permission:'android.permission.READ_CALENDAR'
uses-permission:'android.permission.RESTART_PACKAGES'
uses-permission:'android.permission.KILL_BACKGROUND_PROCESSES'
application: label='Tasker' icon='res/drawable/icon_tasker.png'
uses-library:'com.google.android.maps'
launchable activity
name='net.dinglisch.android.taskerm.Tasker'label='Tasker' icon=''
uses-feature:'android.hardware.camera'
uses-feature:'android.hardware.camera.autofocus'
uses-feature:'android.hardware.location'
uses-feature:'android.hardware.location.gps'
uses-feature:'android.hardware.bluetooth'
uses-feature:'android.hardware.microphone'
uses-feature:'android.hardware.wifi'
uses-feature:'android.hardware.telephony'
uses-feature:'android.hardware.touchscreen'
main
app-widget
other-activities
other-receivers
other-services
supports-screens: 'small' 'normal' 'large'
locales: '--_--'
densities: '160' '240'

u...@n7 ~
$


On Jul 6, 3:32 am, Pent <[email protected]> wrote:
> On Jul 6, 2:47 am, Lance Nanek <[email protected]> wrote:
>
> > Have you tried the "aapt dump badging" command on the APK to see if
> > any uses-feature are getting added?
>
> Good thinking but only the camera is getting added.
>
> > Maybe all you'll have to do to fix
> > it is drop this in or whatever:
> > <uses-feature android:name="android.hardware.bluetooth"
> > android:required="false" />
>
> I'll give that a go anyway.
>
> With invisible logic going on in the background anything might work.
>
> Pent

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