Closed
Bug 711627
Opened 13 years ago
Closed 13 years ago
ContentProvider Authority doesn't match with AndroidManifest
Categories
(Firefox for Android Graveyard :: General, defect, P1)
Tracking
(firefox11 fixed, fennec11+)
RESOLVED
FIXED
People
(Reporter: sriram, Unassigned)
References
Details
Attachments
(1 file)
2.50 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
The ContentProviders exposed in AndroidManifest.xml.in have substitutions in them. However, they do not match the same in BrowserContract.java. BrowserContract doesnt use substitution to match them. This will cause the URI lookup to fail.
Reporter | ||
Comment 1•13 years ago
|
||
This adds preprocessing to authority. Hopefully things should be fine with this fix.
Attachment #582398 -
Flags: review?(mark.finkle)
Updated•13 years ago
|
Attachment #582398 -
Flags: review?(mark.finkle) → review+
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
tracking-fennec: --- → 11+
Updated•13 years ago
|
status-firefox11:
--- → fixed
Assignee | ||
Updated•4 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
•