]> git.saurik.com Git - android/aapt.git/commit
As Donut (API=4) devices and earlier do not have a Bluetooth API, .apk files
authorDan Morrill <morrildl@google.com>
Wed, 16 Jun 2010 04:41:42 +0000 (21:41 -0700)
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>
Thu, 17 Jun 2010 00:18:30 +0000 (17:18 -0700)
commit547f2c817fa6fdbf0fd9b53eae0fc84de60f577d
tree6dc358d32331ec77658e90f6dc3a0ba5cccd5792
parentbd8c05dde553c7da896332f1fae7b3c40da9951c
As Donut (API=4) devices and earlier do not have a Bluetooth API, .apk files
that have minSdkLevel (or targetSdkLevel) set to 4 or lower should not be
presumed to require Bluetooth just because they take the permission.

Change-Id: Ia629e9ef0425a577e4e14f9b348f5aa2b39c1e74
Command.cpp