Android :: Remove Application From Recent Application List
Sep 21, 2010
I guess that Android won't let people to do this, because they think they have perfect handle for the task/applications. However, I really need to do this in my case.
I have an activity A acting as the entry point of my application. In that activity, it reads the preference and decided which activity to start, say B or C. After that, it finishes itself. So, activity A never appears to the users.
My application stores things on sdcard, and reads from it constantly. So, when the sdcard is unmounted, I need to display a message to the user that the sdcard is unavailable, instead of opening B or C. I set a check in A to display that message when sdcard is unavilable. When that message is displayed, A will not try to start B or C.
Things works perfectly if user only enter my application from application launcher. However, I found that user can also enter my application by long pressing home and choose it from the recent application list, if he has opened it recently. When user does that, it skips A and goes directly to B or C. I don't have the check in both of them, so exception is thrown while I am trying to access sdcard, and force close dialog pops up.
I can simply move my check to both B and C to fix this problem. But in the future, the number of activities started from A will increase. If there are 6 of them, I'll need to copy this check to 6 places. Needless to say, this looks very ugly, and is a maintenance nightmare.
So, the best fix should be removing my application from recent application list when the sdcard is uunmounted. However, I can't find how to do this. Even killing the process or use ActivityManager.restartPackage, it still appears in the list. Can anyone tell me how to remove it from the list?
View 2 Replies
Dec 15, 2009
I am writing an app that wants to be able to handle URLs. I also want to be able to launch it stand-alone with no arguments, so I've specified two intent filters: I have also specified android:launchMode="singleTask". Now, if I explicitly launch my application from the application list, its name and icon can be found in the "recent apps" list that pops up when I hold the home key. If I then use the email application to open a URL in my application, my application disappears from the "recent apps" list. Why does this happen, and what can I do about it? I notice that the Browser application doesn't behave like this, and it has similar intent filters and the same launchMode..
View 2 Replies
View Related
Mar 14, 2010
I am wanting to simulate the look of the "recent applications" display that you get when you long press the home key. At first I thought it was a custom dialog but apparently (according to what I see in the Hierarchy viewer) it is a PhoneWindow$DecorView. I presume the DecorView is the main layout for this. According to the docs there is no layout or window named this, so I can not extend from it.
View 4 Replies
View Related
Nov 1, 2010
Is there any way to hide an application icon from Android applications list ? The application should be downloaded from Market and opened some GUI for configuring my application. I don't want to see any icon of my application in applications list. User should not be able to run it.
By the way I know some way:
remove this line from manifest
<category android:name="android.intent.category.LAUNCHER" />
But it is not worked for me, because the GUI is not shown.
View 6 Replies
View Related
Nov 1, 2010
Is there any way to hide an application icon from Android applications list ? The application should be downloaded from Market and opened some GUI for configuring my application. I don't want to see any icon of my application in applications list. User should not be able to run it.
By the way I know some way:
remove this line from manifest
category android:name="android.intent.category.LAUNCHER"
But it is not worked for me, because the GUI is not shown.
View 2 Replies
View Related
Jun 8, 2010
I've been using the default SMS program since I'm OK with it and don't really need the fancier customizable stuff of Handcent and such. However one thing that does bother me about the SMS program is that when I hit "Messages" it brings me back to the conversation of the last person I was texting with/I sent text to, not the SMS that just came in.
For ex: I've been texting Person A back and forth. Then I get a text from Person B- I see it in the notification bar preview. So I press Messages, but it doesn't take me to Person B's message- it takes me back to the thread from Person A. I can't even figure out How to get to the Person B message except to go to "Menu" key, then hit All Messages, then it shows all the threads and of course the most recent (person B) is up at top. But wouldn't it make sense that pressing Messages after receiving a message takes you to the most recent incoming message? Am I doing something wrong/have some options checked off wrong? Is there a way around this default behavior?
View 4 Replies
View Related
Jun 8, 2012
New feature of ICS, "Recent Apps with thumbnails" is a privacy concern for me. As it shows my personal text messages in the thumbnail to people whom i handover my device. I have already locked message application but still ICS is able to capture a screenshot of it and displays it in Recent App history. Is there a way to bypass an application from Recent apps history?
View 1 Replies
View Related
Sep 1, 2010
I'm beginner of Android.I want to run my first application on emulator. I use eclipse.I don't know what's happen. I installed my apk. I "register" my acitivity in manifest file, but I can't see it in list of application. When I open manage application setting it's written that my apk is installed. I searched about it everywhere. Even in faq of Android Development there is post about but I did all this things.
View 1 Replies
View Related
Jul 15, 2010
When I run my app, it works fine but if I switch back to home or another application, I want to go back to my app quickly by using the recent activity list (on my phone this is done by holding down the home button). For whatever reason, I never see my application in this list of apps. All other apps when they are running or have just recently been closed show up ( the menu shows 6 icons for the recent apps). Why doesn't my app show up on this list? Is this something you need to do programmatically?
View 4 Replies
View Related
Jun 9, 2009
Is there a way of removing an activity from the home launcher by itself at runtime? I mean removing Intent.CATEGORY_LAUNCHER from it's properties or something similar.
View 2 Replies
View Related
Mar 24, 2010
Trying to learn android by doing a todo application.
So far i have: list all todos create a todo(insert into database)
Adding a delete feature my xml structure for todo list is that i have a TableLayout. and to display my todo list, i put my todo in a textview and i put that textview into a tablerow and i put that tablerow into my tablelayout.
Now i want to add a delete button to the right of my todo list.
My question is there a default delete button that i can use? how do i handle the onclick event, i mean like if a click on a delete button, how do i know which todo this button is for? and is my layout correct?
View 2 Replies
View Related
Sep 2, 2010
I have a list activity in my application. i have tried to make it so that when a list item is selected to show the selection the background of the view should change. but now when i select one item, the item does get selected but the back ground of random listitems changes at the same time, but the selection is still correct
CODE:...........................
View 1 Replies
View Related
Aug 26, 2010
A number of users of my app have reported that on the Nexus One, running Froyo 2.2, the app appears multiple times in the 'Recent Apps' list that is displayed when you long press the home button. Personally, I have not been able to replicate the issue. Have tried killing the app with a task killer then restarting it to see if that would cause the app to appear more than once on the list. Also tried spawning multiple thread from within an activity in the app, but still no go. I have also tested on Droid phones running 2.2 as well as on the 2.2 emulator but to no avail. It is curious that only Nexus One Froyo users experience the issue. The app has one main launcher activity, about 30 different activities and is divided into 4 main tasks to help manage the activity stack. The app also has an IntentService for running network operations in the background. Is there any know scenario that could cause an app to appear multiple times in the 'Recent Apps' list? Is the 'Recent Apps' list populated based on the app package name e.g. com.mycompany.myappname or based on the tasks defined in the application manifest file?
View 7 Replies
View Related
May 10, 2010
When I make a call it is obviously saved in the call log which is fine. What I don't like however is how they then appear at the top of my contact list when I press 'Phone' (until I delete my call history) Is there anyway to disable this or any app to download?
View 1 Replies
View Related
May 6, 2009
Example: I have a button which starts an activity with GET_CONTENT audio/* I have a menu with choices: Music Track or Sound Recorder and a checkbox. I check the box, it tells me that I can clear the setting in Application -> Manage Applications. I launch the Music Track with the box checked. I go to the application settings, but the "clear defaults" button is always enabled. It was already the case with 1.1 SDK, 1.5 does not help (tested on emulator 1.5 AND ADP1 with 1.5 recovery image). I also tested the allowClearUserData flag but it seems we cannot clear anything but the cache (for the webview ?)
View 8 Replies
View Related
Feb 3, 2010
I am new to the Droid but totally in love with it. I downloaded the weather bug app. Didn't even get to use it, the download time was crazy so I went to settings> applications> manage applications, then I uninstalled it. But now where it was on my homescreen it has a black box that says problem loading widget. How in the world do I get that off!
View 3 Replies
View Related
Mar 27, 2010
I am a freelance graphic designer, and I just bought the Droid for Verizon as a tool to help organize jobs and business.
I'm looking for an application to help organize my jobs, and I think the features and abilities I'm looking for in ONE program may be too advanced, but we'll see.
I want to find a sort of To-Do list application that will let me do all of the following:
Organize Jobs by Clients and allow me to select the job, read the general description of the job. I want to be able to have an appendix to each note that will allow me to view people, businesses and contacts that will be involved in the job aside from the main client, ie Print shops, mailing houses, owners of rights to imagery, etc. I also want to be able to directly contact any of them as a link through the list note. and I'd also like to be able to have another annex section to each note that will allow me to set up a to-do list for each project, example: Illustration job list would be: Finish pencils Finish Inks Finish Colors Scan etc.
Anything out there for something like that? Understandably there probably isnt a program out there specifically for graphics jobs organization, but I am wondering if there is a to do list or general list application that has that intricate of an organizational structure.
View 7 Replies
View Related
Apr 28, 2010
I find a web site (http://www.appbrain.com/), it can tell me which users download my application, and their device type. However it list 10 users at most.
I wanna know which devices type that my application was running. Does anybody could tell me, how to get the user list? and how to get their device type.
View 3 Replies
View Related
Nov 8, 2010
I am new to android and have been teaching myself how to create apps through the android developers website. My app itself is like a recipe book. It lets me add my favourite recipes to a database so therefore where ever I am I am able to see what ingredients and the method for creating my favourite dishes. The list is getting rather long now so I was wondering if there was a way to search through a list like you do for contacts in your phone book.
View 2 Replies
View Related
Nov 17, 2010
I think that it should be possible to get all the activities from 'third-party' application, described in the manifest file. I can't figure out how.
for example: List<Activity> aList = packManager.getActivitiesForPackage("package.name");
View 2 Replies
View Related
Sep 16, 2009
the list of android application enable handset, where i can install my android application? want to know about company,model?
View 3 Replies
View Related
Nov 1, 2010
Is there any way to hide an application icon from Android applications list ? The application should be downloaded from Market and opened some GUI for configuring my application. I don't want to see any icon of my application in applications list. User should not be able to run it.
By the way I know some way:remove this line from manifest <category android:name="android.intent.category.LAUNCHER" /> But it is not worked for me, because the GUI is not shown.
View 16 Replies
View Related
Sep 29, 2010
I've been trying to find a way to not display the recent calls in my phonebook when either selecting someone for a message or just scrolling through the names when pressing PHONE from the home screen. Is there an option to remove the recent calls as it mucks up the alphabetical order of the thing and frankly is very confusing.
View 8 Replies
View Related
Sep 26, 2010
How do I remove entries in my recent folder? It shows all my call and text message logs.
View 2 Replies
View Related
Jun 9, 2010
How do you delete and completely remove the preinstalled FACEBOOK Application from a HTC Hero Android phone? I just got my Sprint HTC Hero Android phone and I noticed that it comes preloaded with FACEBOOK. While I know that most people would consider that great, I don't. Do to my job, I am prohibited from using FACEBOOK or MYSPACE and therefore, would have absolutly no use for the application. Please let me know how I can safely delete it so that I can free up memory on my HTC Hero.
View 9 Replies
View Related
Oct 13, 2009
I can't find how to display a list in the app widget. I have created one app-widget which fetches the database table information and I want to display all the icon:text into app-widget. Remoteviews doesn't have any list functionality.
View 2 Replies
View Related
May 29, 2009
I am new to android and i need to play list of audio files in my application. but where can i put all the audio files as its large in size around 45 MB ? and how can i access it?
View 6 Replies
View Related
Jan 25, 2010
I'm developing an application that should add it's shortcut to home screen after installation and remove it after the application is being uninstalled. The application will be preinstalled on the end user device, but still should have an option for uninstall). The task looks very simple but I've faced lots of troubles implementing it. What I have done:
Add shortcut to the home screen using
com.android.launcher.action.INSTALL_SHORTCUT
on app first launch or on newt device
reboot.
MANUALY remove shortcut using
com.android.launcher.action.UNINSTALL_SHORTCUT................
View 2 Replies
View Related
Jan 18, 2010
I am developing one application which fetches the list of data/images from the server and shows on to the device. When I change the orientation, press Back button after doing it for 4-5 times app gets crashed. I am handling orientation change within activity itself and not setting the new view.
[Code]
View 8 Replies
View Related
May 3, 2009
I need some help using ListActivity. The API provides "onListItemClick" which you can override and is called when user selects an item in the list.
However I want the same type of functionality when an item in the list is selected. So as soon as user highlights something in the list I want my application to do something (like play a preview). I dont want to wait for user to select the button.
View 2 Replies
View Related