summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2010-10-04 14:03:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-04 14:03:06 -0700
commit10d5b0966d1b6ab0e3b63c71d5325403e75b647e (patch)
treef80bfe84762d9c46202a79c5320546593ae796f8 /api
parentb12bfbd4df985041ab0e584ef5a746328baac038 (diff)
parent407f625a9b8e356e765a5ec587c443af1f3aadb5 (diff)
downloadframeworks_base-10d5b0966d1b6ab0e3b63c71d5325403e75b647e.zip
frameworks_base-10d5b0966d1b6ab0e3b63c71d5325403e75b647e.tar.gz
frameworks_base-10d5b0966d1b6ab0e3b63c71d5325403e75b647e.tar.bz2
am 407f625a: Add new API to find out whether external storage is removable.
Merge commit '407f625a9b8e356e765a5ec587c443af1f3aadb5' into gingerbread-plus-aosp * commit '407f625a9b8e356e765a5ec587c443af1f3aadb5': Add new API to find out whether external storage is removable.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 570bd61..817a2c1 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -125396,6 +125396,17 @@
visibility="public"
>
</method>
+<method name="isExternalStorageRemovable"
+ return="boolean"
+ abstract="false"
+ native="false"
+ synchronized="false"
+ static="true"
+ final="false"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</method>
<field name="DIRECTORY_ALARMS"
type="java.lang.String"
transient="false"