diff options
| author | Scott Main <smain@google.com> | 2010-05-11 19:28:31 -0700 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2010-05-11 19:29:00 -0700 |
| commit | 9280c344651908feabdb9d34c5822293cf6ac256 (patch) | |
| tree | dbc08a5628cbe162c41b99b8f925faa0c891b072 /docs | |
| parent | 827a50dda4c1900ab5333f8c2d3705796ff4649d (diff) | |
| download | frameworks_base-9280c344651908feabdb9d34c5822293cf6ac256.zip frameworks_base-9280c344651908feabdb9d34c5822293cf6ac256.tar.gz frameworks_base-9280c344651908feabdb9d34c5822293cf6ac256.tar.bz2 | |
docs: fix broken anchor names
Change-Id: I9eafcddf55c56a95ac3ee631ae9216ff544759fc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/html/guide/topics/data/data-storage.jd | 4 |
1 files 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 52f1353..293a057 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 { <a name="files"></a> -<h2 id="#filesInternal">Using the Internal Storage</h2> +<h2 id="filesInternal">Using the Internal Storage</h2> <p>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.</p> -<h2 id="#filesExternal">Using the External Storage</h2> +<h2 id="filesExternal">Using the External Storage</h2> <p>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 |
