diff options
author | Trevor Johns <trevorjohns@google.com> | 2015-05-27 22:22:53 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-27 22:22:53 +0000 |
commit | 6ea840d15e66a5d2ba6e70f9e07ff59adb4d6d2a (patch) | |
tree | 66283610ddc0a8d39a464612dbe7ac364f6ff380 /docs/html | |
parent | 91a90991248b60b07674c321aca19f23f1f2b51e (diff) | |
parent | 4cbe359abe26d749b1dbc9cf489a825af0cad005 (diff) | |
download | frameworks_base-6ea840d15e66a5d2ba6e70f9e07ff59adb4d6d2a.zip frameworks_base-6ea840d15e66a5d2ba6e70f9e07ff59adb4d6d2a.tar.gz frameworks_base-6ea840d15e66a5d2ba6e70f9e07ff59adb4d6d2a.tar.bz2 |
am 4cbe359a: Add \'System\' group to DAC sample browser
* commit '4cbe359abe26d749b1dbc9cf489a825af0cad005':
Add 'System' group to DAC sample browser
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/samples/system.jd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/html/samples/system.jd b/docs/html/samples/system.jd new file mode 100644 index 0000000..618673d --- /dev/null +++ b/docs/html/samples/system.jd @@ -0,0 +1,11 @@ +page.title=System +@jd:body + + +<div id="samples" class="system"> +</div> + + +<script> + $(document).ready(showSamples); +</script> |