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

Commit ed6d8358 authored by Rhed Jao's avatar Rhed Jao Committed by Android (Google) Code Review
Browse files

Merge "Revert the deprecated comments for splitName attributes"

parents 2abeafcf 985c53d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2487,7 +2487,7 @@
        <attr name="directBootAware" />
        <attr name="visibleToInstantApps" />
        <!-- The code for this component is located in the given split.
             @deprecated Do not use it. This is not supported. -->
             <p>NOTE: This is only applicable to instant app. -->
        <attr name="splitName" />
    </declare-styleable>

@@ -2604,7 +2604,7 @@
        <attr name="externalService" format="boolean" />
        <attr name="visibleToInstantApps" />
        <!-- The code for this component is located in the given split.
             @deprecated Do not use it. This is not supported. -->
             <p>NOTE: This is only applicable to instant app. -->
        <attr name="splitName" />
        <!-- If true, and this is an {@link android.R.attr#isolatedProcess} service, the service
             will be spawned from an Application Zygote, instead of the regular Zygote.