我想在后台运行应用程序,我已经尝试通过添加android:noHistory="true"
和android:excludeFromRecents="true"
来更改清单文件,但它仍然可见。
我还尝试在Intent中添加标记,但它仍无法正常工作。 任何人都可以帮我弄清问题是什么?
<activity android:name=".Seconde"
android:noHistory="true"
android:excludeFromRecents="true"
android:theme="@android:style/Theme.NoDisplay"
android:label="@string/title_activity_seconde" >
</activity>