GCX-HCI / tray

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

can not support multi app share data #139

Open qiurudong opened 4 years ago

qiurudong commented 4 years ago

I custom authorities in my A app manifest,but the B app can not appoint the authorities to visit the A app data, so why not public the TrayContract.sAuthority set method?

passsy commented 4 years ago

The ContentProvider is an implementation detail and not accessible from the outside. Write your own ContentProvider to exchange data between your apps.