ProcessPhoenix
ProcessPhoenix copied to clipboard
Process Phoenix facilitates restarting your application process.
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/JakeWharton/ProcessPhoenix). ## Config Migration Needed - [ ]...
I have an application which components are running in two separated processes. Can ProcessPhoenix kill both of the processes at the same time?
This happens on the latest ProcessPhoenix 2.1.2, as it is on a launcher, it starts up when the device boots up. Once dismissing the force close dialog, the app works...
I've faced the problem when recently I integrated Remote Config of Firebase. After some investigation, it seems that I was already facing this issue after application is re-launched but some...
I am using v2.1.2 and found that the activity won't be restarted on Android 12 sometimes. When the problem happens, I notice the following errors: ``` I/ActivityTaskManager: START u0 {act=android.intent.action.MAIN...
Scenario: Activity A has the LAUNCHER/DEFAULT stuff Activity B also exists - Launch app, A is shown - Click on a button that causes B to show - Click on...
Closes #4.
I have a use case that an **App A** calls my **App B** through `startActivityForResult`. Current behavior: after `triggerRebirth` call, app A is called back but the `intent` sent by...
Since this deals with process death an instrumentation-based test won't work. Maybe UI automator or UI automation could be used to drive the sample app. We can use the displayed...
> For apps targeting Android 14 (API level 34) or higher > - > - If an app creates a mutable pending intent with an intent that doesn't specify a...