Current-Activity icon indicating copy to clipboard operation
Current-Activity copied to clipboard

📱 A floating window that can be moved freely and displays the package and class name of the active application

Results 12 Current-Activity issues
Sort by recently updated
recently updated
newest added

The few frames immediately subsequent to the section that displays over the capturer state that the current activity is what > ![this](https://user-images.githubusercontent.com/42837531/183293218-d96af1cb-8b15-41c1-bb2f-bb9a3c8ffdbf.png) depicts.

bug

*********************** Crash Head *********************** Time Of Crash : 21-03-2024 18:23 Device Manufacturer : Xiaomi Device Model : M2007J20CI Android Version : 12 Android SDK : 31 App VersionName : 1.5.8...

Crash log *********************** Crash Head *********************** Time Of Crash : 16-03-2024 15:35 Device Manufacturer : samsung Device Model : SM-M315F Android Version : 12 Android SDK : 31 App VersionName...

pastebin.com/H30ezFnh Will add more details later and submit a pull request with a fix as i have come across this issue in the past

Not Show Your App, Accessibility Permission

private static App sApp; private Thread.UncaughtExceptionHandler defaultHandler = Thread.getDefaultUncaughtExceptionHandler(); @Override protected void attachBaseContext(Context base) { super.attachBaseContext(base); new CrashHandler(this, defaultHandler).init(this.getFilesDir()); } @Override public void onCreate() { super.onCreate(); sApp = this; }...