Closed
Bug 967208
Opened 12 years ago
Closed 10 years ago
StrictMode violation in file:// Uri exposed through Intent.getData() in startActivityForResult
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: aaronmt, Unassigned)
Details
(Whiteboard: [WebRuntime])
E/StrictMode(25251): file:// Uri exposed through Intent.getData()
E/StrictMode(25251): java.lang.Throwable: file:// Uri exposed through Intent.getData()
E/StrictMode(25251): at android.os.StrictMode.onFileUriExposed(StrictMode.java:1597)
E/StrictMode(25251): at android.net.Uri.checkFileUriExposed(Uri.java:2338)
E/StrictMode(25251): at android.content.Intent.prepareToLeaveProcess(Intent.java:7194)
E/StrictMode(25251): at android.app.Instrumentation.execStartActivity(Instrumentation.java:1418)
E/StrictMode(25251): at android.app.Activity.startActivityForResult(Activity.java:3424)
E/StrictMode(25251): at android.app.Activity.startActivityForResult(Activity.java:3385)
E/StrictMode(25251): at android.support.v4.app.FragmentActivity.startActivityForResult(FragmentActivity.java:817)
E/StrictMode(25251): at org.mozilla.gecko.GeckoActivity.startActivityForResult(GeckoActivity.java:68)
E/StrictMode(25251): at org.mozilla.gecko.ActivityHandlerHelper.startIntentForActivity(ActivityHandlerHelper.java:99)
E/StrictMode(25251): at org.mozilla.gecko.webapp.EventListener.handleMessage(EventListener.java:77)
E/StrictMode(25251): at org.mozilla.gecko.util.EventDispatcher.dispatchEvent(EventDispatcher.java:96)
E/StrictMode(25251): at org.mozilla.gecko.util.EventDispatcher.dispatchEvent(EventDispatcher.java:58)
E/StrictMode(25251): at org.mozilla.gecko.GeckoAppShell.handleGeckoMessage(GeckoAppShell.java:2332)
E/StrictMode(25251): at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
E/StrictMode(25251): at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
E/StrictMode(25251): at org.mozilla.gecko.mozglue.GeckoLoader.nativeRun(Native Method)
E/StrictMode(25251): at org.mozilla.gecko.GeckoAppShell.runGecko(GeckoAppShell.java:358)
E/StrictMode(25251): at org.mozilla.gecko.GeckoThread.run(GeckoThread.java:177)
Updated•12 years ago
|
OS: Mac OS X → Android
Priority: -- → P3
Hardware: x86 → ARM
Updated•12 years ago
|
Summary: (Synth APK) - StrictMode violation in file:// Uri exposed through Intent.getData() in startActivityForResult → StrictMode violation in file:// Uri exposed through Intent.getData() in startActivityForResult
Whiteboard: [WebRuntime]
Comment 1•10 years ago
|
||
Per bug 1235869, we're going to disable the Android web runtime, so we won't fix this bug in it.
(This is part of a bulk resolution of bugs in the Firefox for Android::Web Apps component, from which I attempted to exclude bugs that are not specific to the runtime, but it's possible that I included one accidentally. If so, I'm sorry, and please reopen the bug!)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•