Loading core/res/res/values/attrs_manifest.xml +8 −2 Original line number Diff line number Diff line Loading @@ -1038,6 +1038,13 @@ activity. --> <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 libraries in the apk must be stored and page-aligned. --> <attr name="extractNativeLibs" format="boolean"/> Loading Loading @@ -1749,8 +1756,7 @@ <attr name="relinquishTaskIdentity" /> <attr name="resumeWhilePausing" /> <attr name="resizeableActivity" /> <!-- @hide This activity will enter lockTask mode immediately if it is privileged --> <attr name="lockTaskOnLaunch" format="boolean" /> <attr name="lockTaskOnLaunch" /> </declare-styleable> <!-- The <code>activity-alias</code> tag declares a new Loading Loading
core/res/res/values/attrs_manifest.xml +8 −2 Original line number Diff line number Diff line Loading @@ -1038,6 +1038,13 @@ activity. --> <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 libraries in the apk must be stored and page-aligned. --> <attr name="extractNativeLibs" format="boolean"/> Loading Loading @@ -1749,8 +1756,7 @@ <attr name="relinquishTaskIdentity" /> <attr name="resumeWhilePausing" /> <attr name="resizeableActivity" /> <!-- @hide This activity will enter lockTask mode immediately if it is privileged --> <attr name="lockTaskOnLaunch" format="boolean" /> <attr name="lockTaskOnLaunch" /> </declare-styleable> <!-- The <code>activity-alias</code> tag declares a new Loading