Skip to content

export PanicResponderActivity to make panic mode work again

Conny Duck requested to merge ConnyDuck/fdroidclient:fix-panic-mode into master

When the activity is not exported, it can't be called by other apps, but in this case panic button apps need to do so.

java.lang.SecurityException: Permission Denial: starting Intent { act=info.guardianproject.panic.action.TRIGGER pkg=org.fdroid.fdroid.debug cmp=org.fdroid.fdroid.debug/org.fdroid.fdroid.panic.PanicResponderActivity } from ProcessRecord{80fa064 6786:info.guardianproject.ripple/u0a149} (pid=6786, uid=10149) not exported from uid 10148

Side note: This seems to be broken for a while now and nobody complained, maybe the feature should be removed?

Edited by Conny Duck

Merge request reports