Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is this #4287

Closed
Snowwbugg12 opened this issue Nov 28, 2024 · 1 comment
Closed

What is this #4287

Snowwbugg12 opened this issue Nov 28, 2024 · 1 comment

Comments

@Snowwbugg12
Copy link

Issue explanation (write below this line)

Exception

  • App Name: File Manager
  • Package: com.alc.filemanager
  • Version: 10.0
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 13 - 33
  • Device: N6001LA
  • Model: N6001L
  • Product: N6001L1
Crash log

java.lang.RuntimeException: Unable to start service com.amaze.filemanager.asynchronous.services.ftp.FtpService@8f7ecea with Intent { cmp=com.alc.filemanager/com.amaze.filemanager.asynchronous.services.ftp.FtpService }: java.lang.IllegalArgumentException: com.alc.filemanager: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
	at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4743)
	at android.app.ActivityThread.-$$Nest$mhandleServiceArgs(Unknown Source:0)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2218)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	at android.app.ActivityThread.main(ActivityThread.java:7941)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:569)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1019)
Caused by: java.lang.IllegalArgumentException: com.alc.filemanager: Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Strongly consider using FLAG_IMMUTABLE, only use FLAG_MUTABLE if some functionality depends on the PendingIntent being mutable, e.g. if it needs to be used with inline replies or bubbles.
	at android.app.PendingIntent.checkFlags(PendingIntent.java:401)
	at android.app.PendingIntent.getActivityAsUser(PendingIntent.java:484)
	at android.app.PendingIntent.getActivity(PendingIntent.java:470)
	at android.app.PendingIntent.getActivity(PendingIntent.java:434)
	at com.amaze.filemanager.ui.notifications.FtpNotification.buildNotification(FtpNotification.java:51)
	at com.amaze.filemanager.ui.notifications.FtpNotification.startNotification(FtpNotification.java:84)
	at com.amaze.filemanager.asynchronous.services.ftp.FtpService.onStartCommand(FtpService.kt:101)
	at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:4725)
	... 9 more


Android 10 Non rooted .
@VishnuSanal
Copy link
Member

you are not using the official version of amaze. please doanload from the official sources.

@VishnuSanal VishnuSanal closed this as not planned Won't fix, can't repro, duplicate, stale Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants