diff options
| author | Dirk Dougherty <ddougherty@google.com> | 2014-02-12 23:34:35 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-12 23:34:35 +0000 |
| commit | acec746b8963410d4a9324df46272ac91f846868 (patch) | |
| tree | 1021897d9bbd94ae928a9166a85e164297783ba2 /docs/html/guide/topics/manifest/manifest-intro.jd | |
| parent | 5b97ec6fa0e166113aad2abc1107e6bd3771cc2a (diff) | |
| parent | 55362018c9dfadff5eb1a138a1d90187110c253e (diff) | |
| download | frameworks_base-acec746b8963410d4a9324df46272ac91f846868.zip frameworks_base-acec746b8963410d4a9324df46272ac91f846868.tar.gz frameworks_base-acec746b8963410d4a9324df46272ac91f846868.tar.bz2 | |
am 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs
* commit '55362018c9dfadff5eb1a138a1d90187110c253e':
Doc change: minor edits to support easier extraction of document summaries.
Diffstat (limited to 'docs/html/guide/topics/manifest/manifest-intro.jd')
| -rw-r--r-- | docs/html/guide/topics/manifest/manifest-intro.jd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/guide/topics/manifest/manifest-intro.jd b/docs/html/guide/topics/manifest/manifest-intro.jd index 76fe2a2..d2a9308 100644 --- a/docs/html/guide/topics/manifest/manifest-intro.jd +++ b/docs/html/guide/topics/manifest/manifest-intro.jd @@ -20,11 +20,11 @@ page.title=App Manifest </div> <p> -Every application must have an AndroidManifest.xml file (with precisely that -name) in its root directory. The manifest presents essential information about -the application to the Android system, information the system must have before -it can run any of the application's code. Among other things, the manifest -does the following: + Every application must have an AndroidManifest.xml file (with precisely that + name) in its root directory. <span itemprop="description">The manifest file + presents essential information about your app to the Android system, + information the system must have before it can run any of the app's + code.</span> Among other things, the manifest does the following: </p> <ul> |
