GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 273 forks source link

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

Open vliux opened 7 years ago

vliux commented 7 years ago

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 commented 7 years ago

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> (ø) :arrow_down:

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.