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

Commit 2d990e6f authored by Rhed Jao's avatar Rhed Jao
Browse files

Deprecates unsupported `splitName` attributes

`splitName` attribute of service and provider are not supported.
Deprecates both api in the doc.

Bug: 177638069
Test: build
Change-Id: If9a4423bcd55d5c2439cf3e39b29938f7ac22d2e
parent fd3a5e41
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -2486,7 +2486,8 @@
        <attr name="singleUser" />
        <attr name="directBootAware" />
        <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" />
    </declare-styleable>

@@ -2602,7 +2603,8 @@
             must also be {@link android.R.attr#exported} if this flag is set. -->
        <attr name="externalService" format="boolean" />
        <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" />
        <!-- 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.