<activity android:name="com.android.server.SuspendActivity"
android:excludeFromRecents="true"
android:theme="@android:style/Theme.NoTitleBar"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.ACTION_REQUEST_SUSPEND" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
android:theme="@android:style/Theme.NoTitleBar"表示不显示activity的标题。
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"表示全屏。
activity全屏显示
最新推荐文章于 2024-08-10 03:59:59 发布