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

App Crash While Accessing Some Options in About #3265

Closed
3 tasks done
gracie95 opened this issue Mar 7, 2023 · 0 comments · Fixed by #3284
Closed
3 tasks done

App Crash While Accessing Some Options in About #3265

gracie95 opened this issue Mar 7, 2023 · 0 comments · Fixed by #3284
Labels
bug Something isn't working can't reproduce

Comments

@gracie95
Copy link

gracie95 commented Mar 7, 2023

Steps to reproduce

Just go to about and try every options there.

Expected behavior

The chosen item should open.

Actual behavior

It crashed with this error code.

java.lang.SecurityException: Permission Denial: starting Intent { act=android.intent.action.VIEW dat=https://github.com/... cmp=id.dana/.home.HomeTabActivity } from ProcessRecord{a19d137 21256:com.github.libretube/u0a331} (pid=21256, uid=10331) not exported from uid 10243
 at android.os.Parcel.createException(Parcel.java:2088)
 at android.os.Parcel.readException(Parcel.java:2056)
 at android.os.Parcel.readException(Parcel.java:2004)
 at android.app.IActivityTaskManager$Stub$Proxy.startActivity(IActivityTaskManager.java:4250)
 at android.app.Instrumentation.execStartActivity(Instrumentation.java:1713)
 at android.app.Activity.startActivityForResult(Activity.java:5250)
 at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:2)
 at android.app.Activity.startActivityForResult(Activity.java:5208)
 at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.java:1)
 at android.app.Activity.startActivity(Activity.java:5579)
 at android.app.Activity.startActivity(Activity.java:5547)
 at com.github.libretube.ui.activities.AboutActivity$$ExternalSyntheticLambda7.onClick(R8$$SyntheticClass:37)
 at android.view.View.performClick(View.java:7870)
 at android.view.View.performClickInternal(View.java:7839)
 at android.view.View.access$3600(View.java:886)
 at android.view.View$PerformClick.run(View.java:29363)
 at android.os.Handler.handleCallback(Handler.java:883)
 at android.os.Handler.dispatchMessage(Handler.java:100)
 at android.os.Looper.loop(Looper.java:237)
 at android.app.ActivityThread.main(ActivityThread.java:7948)
 at java.lang.reflect.Method.invoke(Native Method)
 at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
 at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1075)
Caused by: android.os.RemoteException: Remote stack trace:
 at com.android.server.wm.ActivityStackSupervisor.checkStartAnyActivityPermission(ActivityStackSupervisor.java:1361)
 at com.android.server.wm.ActivityStarter.startActivity(ActivityStarter.java:898)
 at com.android.server.wm.ActivityStarter.startActivity(ActivityStarter.java:676)
 at com.android.server.wm.ActivityStarter.startActivityMayWait(ActivityStarter.java:1785)
 at com.android.server.wm.ActivityStarter.execute(ActivityStarter.java:607)

LibreTube version

0.12.1

Android version

Android 10

Other details

Some items in About menu might be need to fix. Only Licenses and Device info is able to run well.

Also all items in Help option made app crash.

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
  • I have written a short but informative title.
  • I will fill out all of the requested information in this form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working can't reproduce
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants