增加设置家和公司的ContentProvider

This commit is contained in:
zhangyuanzhen
2020-01-16 11:42:21 +08:00
parent 961fea669b
commit e8ec473e84
9 changed files with 203 additions and 25 deletions

View File

@@ -4,6 +4,11 @@
<application>
<activity android:name=".ui.NaviActivity"></activity>
<provider
android:name=".cp.AddressContentProvider"
android:authorities="com.mogo.module.navi"
android:enabled="true"
android:exported="true" />
</application>
</manifest>