Bug #2574
Actionbar "Up arrow" crashes app
Status: | Closed | Start date: | 11/20/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | 0.1 - "Kerplapp" | |||
Component: |
Description
Clicking the up arrow between the plus and the wrench causes Kerplapp to crash with a SecurityException.
19960 AndroidRuntime E FATAL EXCEPTION: main
19960 AndroidRuntime E java.lang.SecurityException: Permission Denial
: starting Intent { act=android.intent.action.VIEW dat=https://134.117.225.114:8
888/repo cmp=org.fdroid.fdroid/.ManageRepo } from ProcessRecord{41aad3b8 19960:n
et.binaryparadox.kerplapp/u0a10104
} (pid=19960, uid=10104) not exported from uid
10068
19960 AndroidRuntime E at android.os.Parcel.readException(Parce
l.java:1431)
19960 AndroidRuntime E at android.os.Parcel.readException(Parce
l.java:1385)
19960 AndroidRuntime E at android.app.ActivityManagerProxy.star
tActivity(ActivityManagerNative.java:1956)
19960 AndroidRuntime E at android.app.Instrumentation.execStart
Activity(Instrumentation.java:1419)
19960 AndroidRuntime E at android.app.Activity.startActivityFor
Result(Activity.java:3390)
19960 AndroidRuntime E at android.app.Activity.startActivityFor
Result(Activity.java:3351)
19960 AndroidRuntime E at android.app.Activity.startActivity(Ac
tivity.java:3587)
19960 AndroidRuntime E at android.app.Activity.startActivity(Ac
tivity.java:3555)
19960 AndroidRuntime E at net.binaryparadox.kerplapp.KerplappAc
tivity.onOptionsItemSelected(KerplappActivity.java:113)
19960 AndroidRuntime E at android.app.Activity.onMenuItemSelect
ed(Activity.java:2566)
19960 AndroidRuntime E at com.android.internal.policy.impl.Phon
eWindow.onMenuItemSelected(PhoneWindow.java:1039)
19960 AndroidRuntime E at com.android.internal.view.menu.MenuBu
ilder.dispatchMenuItemSelected(MenuBuilder.java:735)
19960 AndroidRuntime E at com.android.internal.view.menu.MenuIt
emImpl.invoke(MenuItemImpl.java:152)
19960 AndroidRuntime E at com.android.internal.view.menu.MenuBu
ilder.performItemAction(MenuBuilder.java:874)
19960 AndroidRuntime E at com.android.internal.view.menu.Action
MenuView.invokeItem(ActionMenuView.java:547)
19960 AndroidRuntime E at com.android.internal.view.menu.Action
MenuItemView.onClick(ActionMenuItemView.java:115)
19960 AndroidRuntime E at android.view.View.performClick(View.j
ava:4247)
19960 AndroidRuntime E at android.view.View$PerformClick.run(Vi
ew.java:17728)
19960 AndroidRuntime E at android.os.Handler.handleCallback(Han
dler.java:730)
19960 AndroidRuntime E at android.os.Handler.dispatchMessage(Ha
ndler.java:92)
19960 AndroidRuntime E at android.os.Looper.loop(Looper.java:13
7)
19960 AndroidRuntime E at android.app.ActivityThread.main(Activ
ityThread.java:5289)
19960 AndroidRuntime E at java.lang.reflect.Method.invokeNative
(Native Method)
19960 AndroidRuntime E at java.lang.reflect.Method.invoke(Metho
d.java:525)
19960 AndroidRuntime E at com.android.internal.os.ZygoteInit$Me
thodAndArgsCaller.run(ZygoteInit.java:739)
19960 AndroidRuntime E at com.android.internal.os.ZygoteInit.ma
in(ZygoteInit.java:555)
19960 AndroidRuntime E at dalvik.system.NativeStart.main(Native
Method)
History
#1 Updated by hans about 4 years ago
- Status changed from New to Closed
My guess is that this issue is because you have a version of FDroid installed that does not include our recent changes to allow adding repos via Intent. Try using the latest fdroidclient
from git. Please reopen this bug if I got it wrong.