You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: