Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Fix: support querying provider authority regardless of the hosting ap… #116

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

vliux
Copy link

@vliux vliux commented Jul 26, 2017

Tray's ContentProvider is currently running in app main process. But sometimes we need it to be run in another process (":service" for example). This fix allows the app developer to configure 'android:process' attribute of the Provider in manifest freely.

@codecov-io
Copy link

codecov-io commented Jul 26, 2017

Codecov Report

Merging #116 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #116   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity      274    274           
=======================================
  Files            22     22           
  Lines           757    759    +2     
  Branches         60     60           
=======================================
+ Hits            757    759    +2
Impacted Files Coverage Δ Complexity Δ
...a/net/grandcentrix/tray/provider/TrayContract.java 100% <100%> (ø) 11 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d2ebfa...95003e1. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants