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

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

Merge "Deprecates unsupported `splitName` attributes"

parents 81eb4424 2d990e6f
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -2486,7 +2486,8 @@
        <attr name="singleUser" />
        <attr name="singleUser" />
        <attr name="directBootAware" />
        <attr name="directBootAware" />
        <attr name="visibleToInstantApps" />
        <attr name="visibleToInstantApps" />
        <!-- The code for this component is located in the given split. -->
        <!-- The code for this component is located in the given split.
             @deprecated Do not use it. This is not supported. -->
        <attr name="splitName" />
        <attr name="splitName" />
    </declare-styleable>
    </declare-styleable>


@@ -2602,7 +2603,8 @@
             must also be {@link android.R.attr#exported} if this flag is set. -->
             must also be {@link android.R.attr#exported} if this flag is set. -->
        <attr name="externalService" format="boolean" />
        <attr name="externalService" format="boolean" />
        <attr name="visibleToInstantApps" />
        <attr name="visibleToInstantApps" />
        <!-- The code for this component is located in the given split. -->
        <!-- The code for this component is located in the given split.
             @deprecated Do not use it. This is not supported. -->
        <attr name="splitName" />
        <attr name="splitName" />
        <!-- If true, and this is an {@link android.R.attr#isolatedProcess} service, the service
        <!-- 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.
             will be spawned from an Application Zygote, instead of the regular Zygote.