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

Commit 37ac0b53 authored by Craig Mautner's avatar Craig Mautner
Browse files

Fix build.

Change-Id: I5d47c9be7867f0f336a12974b90b39d673c8e735
parent 0fb1cb56
Loading
Loading
Loading
Loading
+2 −8
Original line number Original line Diff line number Diff line
@@ -1038,13 +1038,6 @@
         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"/>
@@ -1756,7 +1749,8 @@
        <attr name="relinquishTaskIdentity" />
        <attr name="relinquishTaskIdentity" />
        <attr name="resumeWhilePausing" />
        <attr name="resumeWhilePausing" />
        <attr name="resizeableActivity" />
        <attr name="resizeableActivity" />
        <attr name="lockTaskOnLaunch" />
        <!-- @hide This activity will enter lockTask mode immediately if it is privileged -->
        <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