http://blog.school51.com/show_diary.asp?uid=84890&logid=622777

solution:
在AndroidManifest.xml中对应的Activity中找到“android:excludeFromRecents”,把值改为false,或直接去掉该项。
e.g.
AndroidManifest.xml
<activity android:icon="@drawable/ic_launcher_fmradio" android:name=".FMRadio" android:label="@string/app_name" android:taskAffinity="" android:launchMode="singleTop" android:screenOrientation="portrait"> <!--android:excludeFromRecents=" true" --> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <intent-filter> <action android:name="com.quicinc.fmradio.FMRADIO_ACTIVITY" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Develop Reference
android:excludeFromRecents
Whether or not the task initiated by this activity should be excluded from the list of recently used applications ("recent apps"). That is, when this activity is the root activity of a new task, this attribute determines whether the task should not appear in the list of recent apps. " true" if the task should be excludedfrom the list; " false" if it should be included. The default value is " false".

============================

相反,如果要不出现在近期任务里面,可以增加android:excludeFromRecents="true",但貌似要apk中所有activity都加上才有用。

更多相关文章

  1. 整理出15个Android很有用的代码片段(技巧)
  2. android 比较有用的方法总结
  3. Android(安卓)EditText remove focus 只要頁面中有用到EditText
  4. cocos2dx 3.x使用cocostudio编辑的ui设置剪切在android出现白屏
  5. 转 20个Android很有用的代码片段
  6. 开发中比较有用的几个OnLine Web
  7. 更改Android编译时的默认配置
  8. [转]android studio 提示 Error:Failed to resolve: com.android
  9. 吐血推荐一些有用的网址1

随机推荐

  1. Android/Java线程池总结
  2. android 环境搭建_01
  3. Android(安卓)多窗口实现
  4. Android录音应用实例教程
  5. android view(3)事件处理流程
  6. Android中ConnectivityManager监听网络状
  7. Android杂谈:cup信息查看
  8. Android(安卓)开发之 RecyclerView Adapt
  9. 快速反编译APK
  10. Android(安卓)Push Notification