From a90eb8fec1c67177b614b945bcc4a4b14aaabaff Mon Sep 17 00:00:00 2001
From: Scott Main In this document
@@ -238,7 +251,7 @@ save to the external storage. All applications can read and write files placed o
storage and the user can remove them.
Before you do any work with the external storage, you should always call {@link android.os.Environment#getExternalStorageState()} to check whether the media is available. The @@ -271,7 +284,7 @@ entirely, has been removed badly, etc. You can use these to notify the user with when your application needs to access the media.
-If you're using API Level 8 or greater, use {@link android.content.Context#getExternalFilesDir(String) getExternalFilesDir()} to open a {@link @@ -310,7 +323,7 @@ files and including them in apps like Gallery or Music.
-If you want to save files that are not specific to your application and that should not be deleted when your application is uninstalled, save them to one of the public directories on the diff --git a/docs/html/guide/topics/fundamentals/fragments.jd b/docs/html/guide/topics/fundamentals/fragments.jd index f78096072fc69..3908a7c48e9f8 100644 --- a/docs/html/guide/topics/fundamentals/fragments.jd +++ b/docs/html/guide/topics/fundamentals/fragments.jd @@ -515,7 +515,7 @@ ExampleFragment fragment = (ExampleFragment) getFragmentManager().findFragmentBy -
In some cases, you might need a fragment to share events with the activity. A good way to do that is to define a callback interface inside the fragment and require that the host activity implement diff --git a/docs/html/guide/topics/nfc/index.jd b/docs/html/guide/topics/nfc/index.jd index f907b7057dc82..b486d3b081e9d 100644 --- a/docs/html/guide/topics/nfc/index.jd +++ b/docs/html/guide/topics/nfc/index.jd @@ -1,35 +1,24 @@ page.title=Near Field Communication @jd:body -
Near Field Communication (NFC) is a set of short-range wireless technologies, typically requiring a distance of 4cm or less. NFC operates at 13.56mhz, and at rates ranging from 106 diff --git a/docs/html/guide/topics/wireless/bluetooth.jd b/docs/html/guide/topics/wireless/bluetooth.jd index ae078b9da81ea..48632ea6f5e15 100644 --- a/docs/html/guide/topics/wireless/bluetooth.jd +++ b/docs/html/guide/topics/wireless/bluetooth.jd @@ -18,18 +18,13 @@ other devices