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

Commit 85ba7500 authored by Craig Mautner's avatar Craig Mautner
Browse files

Revert "Fix build."

This reverts commit 37ac0b53.
parent 37ac0b53
Loading
Loading
Loading
Loading
+8 −2
Original line number Original line Diff line number Diff line
@@ -1038,6 +1038,13 @@
         activity. -->
         activity. -->
    <attr name="resizeableActivity" format="boolean" />
    <attr name="resizeableActivity" format="boolean" />


    <!-- Tasks rooted at this activity will start up in lock-task mode. That means that they
         cannot be navigated away from until they finish or explicitly release lock-task mode.
         This only works for system privileged activities. An exception will be thrown for
         non-privileged activities that use this attribute.
         @hide -->
    <attr name="lockTaskOnLaunch" format="boolean" />

    <!-- When set installer will extract native libraries. If set to false
    <!-- When set installer will extract native libraries. If set to false
         libraries in the apk must be stored and page-aligned.  -->
         libraries in the apk must be stored and page-aligned.  -->
    <attr name="extractNativeLibs" format="boolean"/>
    <attr name="extractNativeLibs" format="boolean"/>
@@ -1749,8 +1756,7 @@
        <attr name="relinquishTaskIdentity" />
        <attr name="relinquishTaskIdentity" />
        <attr name="resumeWhilePausing" />
        <attr name="resumeWhilePausing" />
        <attr name="resizeableActivity" />
        <attr name="resizeableActivity" />
        <!-- @hide This activity will enter lockTask mode immediately if it is privileged -->
        <attr name="lockTaskOnLaunch" />
        <attr name="lockTaskOnLaunch" format="boolean" />
    </declare-styleable>
    </declare-styleable>
    
    
    <!-- The <code>activity-alias</code> tag declares a new
    <!-- The <code>activity-alias</code> tag declares a new