Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

How to remove application from recent application list?

Other attributes can help your activity isolate from other activities in the same package.

<activity 
android:name=".aActivity"
android:excludeFromRecents="true"
android:taskAffinity=""
android:launchMode="singleInstance">

try

<activity android:name=".MainActivity"
        android:excludeFromRecents="true" ...

in your AndroidManifest.xml's activity declaration.

Tags:

Android

Related

Fastest JavaScript summation best way to inject html using javascript Script not served by static file handler on IIS7.5 ETL using Python Split Ruby regex over multiple lines git: empty arguments in post-receive hook using C# for real time applications throw checked Exceptions from mocks with Mockito iterm vim colorscheme not working SQL Server search for a column by name WPF - how to hide menu item if command's CanExecute is false? Android MediaPlayer throwing "Prepare failed.: status=0x1" on 2.1, works on 2.2

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy