增加设置家和公司的ContentProvider
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user