Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cb1f254 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "Improve the docs of the <feature> tag in the manifest"

parents bad7f3bf a356af88
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1781,8 +1781,11 @@
        <attr name="crossProfile" format="boolean" />
    </declare-styleable>

    <!-- The <code>feature</code> tag declares a feature. A feature is a part of an app. E.g.
    photo sharing app might include a direct messaging component.
    <!-- The <code>feature</code> tag declares a feature. A feature is a logical part of an app.
    E.g. photo sharing app might include a direct messaging component. To tag certain code as
    belonging to a feature, use a context created via
    {@link android.content.Context#createFeatureContext(String)} for any interaction with the
    system.

    <p>This appears as a child tag of the root {@link #AndroidManifest manifest} tag.