From 9280c344651908feabdb9d34c5822293cf6ac256 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 11 May 2010 19:28:31 -0700 Subject: [PATCH] docs: fix broken anchor names Change-Id: I9eafcddf55c56a95ac3ee631ae9216ff544759fc --- docs/html/guide/topics/data/data-storage.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/data/data-storage.jd b/docs/html/guide/topics/data/data-storage.jd index 52f1353db7ff8..293a0579ef672 100644 --- a/docs/html/guide/topics/data/data-storage.jd +++ b/docs/html/guide/topics/data/data-storage.jd @@ -145,7 +145,7 @@ public class Calc extends Activity { -

Using the Internal Storage

+

Using the Internal Storage

You can save files directly on the device's internal storage. By default, files saved to the internal storage are private to your application and other applications cannot access @@ -225,7 +225,7 @@ uninstalls your application, these files are removed.

-

Using the External Storage

+

Using the External Storage

Every Android-compatible device supports a shared "external storage" that you can use to save files. This can be a removable storage media (such as an SD card) or an internal