Lines Matching full:keep
13 <li><a href="#screen">Keep the Screen On</a></li>
14 <li><a href="#cpu">Keep the CPU On</a></li>
31 and keep it awake to complete some work.</p>
38 <h2 id="screen">Keep the Screen On</h2>
40 <p>Certain apps need to keep the screen turned on, such as games or movie apps. The best
55 Keep the CPU On</a>), it doesn't require special permission, and the platform correctly
85 <h2 id="cpu">Keep the CPU On</h2>
110 <p>If you need to keep the CPU running in order to complete some work before the device goes
118 to keep the screen on in your activity, use
123 that needs to grab a wake lock to keep the CPU running to do work while the screen is off.
210 // Do the work that requires your app to keep the CPU running.