]> git.saurik.com Git - android/aapt.git/commit
Add new API to find out whether external storage is removable.
authorDianne Hackborn <hackbod@google.com>
Mon, 4 Oct 2010 18:31:17 +0000 (11:31 -0700)
committerDianne Hackborn <hackbod@google.com>
Mon, 4 Oct 2010 20:58:56 +0000 (13:58 -0700)
commitdcf97f4c8dd5ae9498f2edecd82feb79b7d8a7de
tree1f0550cffec16e14e054ecfc79aa441be1e105a6
parentb8ea3a3f81e78ebbe5045af5f77175e3722b4d05
Add new API to find out whether external storage is removable.

This is implemented based on whether we are using the "nosdcard"
product.  Needed to tweak aapt to allow use of the product attribute
with other resource definition tags besides strings.

Change-Id: I49922d23b52a34183a8e2f4d2515adaf1fc9149a
ResourceTable.cpp