tray icon indicating copy to clipboard operation
tray copied to clipboard

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

Open vliux opened this issue 7 years ago • 1 comments

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.

vliux avatar Jul 26 '17 06:07 vliux

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.

codecov-io avatar Jul 26 '17 08:07 codecov-io