留在Android游戏屏幕上

时间:2015-02-05 21:06:54

标签: android

什么代码并不总是关闭部落屏幕的冲突?

充电时间已连接且未连接。

  <uses-permission android:name="android.permission.WAKE_LOCK"/>

1 个答案:

答案 0 :(得分:0)

你问的是什么让屏幕保持开启状态?

你不必使用WAKE_LOCK,它足以添加&#34; android:keepScreenOn =&#34; true&#34;。

举个例子:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:keepScreenOn="true" >