launchmode
Android: launchMode=SingleTask problem
I have an app that circles around the main activity (a main menu). In each other app there is an option menu item that directs to this activity.[详细]
2023-03-06 10:09 分类:问答Android: security exception with launchMode="singleTask"
I have declared the launch mode of my activity to be singleTask. If I launch my application, press the home button, go to an email client[详细]
2023-03-02 09:29 分类:问答How to start an activity from a singleInstance activity?
I have a widget which can pop up small dialogs when clicked. These dialogs are displayed by an activity called RemoteActivity in singleInstance launchMode. In one of these dialogs, there is a button t[详细]
2023-03-01 14:09 分类:问答Problem on launching Activity from other application
I have met a problem, hope you can provide some suggestion on it. Here is the problem: There is an A Activity in my application which is the application\'s MAIN Activity, and can be started from oth[详细]
2023-02-24 04:18 分类:问答SINGLE_TOP | CLEAR_TOP seem to work 95% of the time. Why the 5%?
I have a nearly-finished application with a non-trivial activity structure. There are push notifications associated with this app, and selecting the notification entry is supposed to bring up a specif[详细]
2023-02-21 00:38 分类:问答android - launchMode=singleTask and Notifications?
I know there\'s been a few posts for what I\'m about to ask but I can\'t find any with the right answer.[详细]
2023-02-17 19:44 分类:问答Call javascript function from Java (Groovy) class
I have a javascript function (very big one!) that I need its functionality in a Java (Groovy) class. It is a simple calendar converter. I c开发者_JAVA百科an rewrite it in groovy but just want to know[详细]
2022-12-27 20:21 分类:问答