Niagara-Issues icon indicating copy to clipboard operation
Niagara-Issues copied to clipboard

Appears in the recent applications menu.

Open RokeJulianLockhart opened this issue 1 year ago • 0 comments

Describe the bug

Occasionally, I'll see an activity for Niagara appear in com.android.quickstep.RecentsActivity. Thus far, I've seen bitpit.launcher/.ui.HomeActivity and .ui.SettingsActivity appear.

Steps to reproduce

  1. #!/system/bin/sh
    am start -a android.intent.action.VIEW -d 'market://details?id=bitpit.launcher' && \
    cmd activity start --user 0 -a android.intent.action.VIEW -n bitpit.launcher/bitpit.launcher.ui.HomeActivity -f 0 bitpit.launcher
    
  2. Switch to RecentsActivity.

Does the issue also occur with other 3rd-party launchers?

I don't know.

Other 3rd-party launcher(s) tested

None.

Device name

cpe:/h:fairphone:5 ^1

Environment

  1. OS

    cpe:/o:google:android:14:

    1. #!/system/bin/sh
      getprop ro.build.display.id
      
    2. [ro.build.display.id]: [FP5.UT2K.B.098.20250109]
      
  2. Niagara

    1. #!/system/bin/sh
      dumpsys package bitpit.launcher | grep versionName
      
    2. versionName=1.13.5
      

Screenshots / Screen recordings

https://github.com/user-attachments/assets/2d60e78f-f519-498c-9c9c-3e163fcfee54

Image

RokeJulianLockhart avatar Feb 21 '25 00:02 RokeJulianLockhart