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

Commit 985c53d1 authored by Rhed Jao's avatar Rhed Jao
Browse files

Revert the deprecated comments for splitName attributes

`splitName` is still supported for instant app. Reverts the
deprecated comments and updates it's only applicable to the
instant app.

Bug: 177638069
Test: build
Change-Id: I5a54420b21a44b48c384a3b7a892b867905fa4ae
parent 5bb55449
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.