fixed active android provider missing issue
This commit is contained in:
@@ -46,6 +46,13 @@
|
|||||||
android:value="android.support.v4.app.FragmentActivity"/>
|
android:value="android.support.v4.app.FragmentActivity"/>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<provider
|
||||||
|
android:name="com.activeandroid.content.ContentProvider"
|
||||||
|
android:authorities="net.irext.ircontrol"
|
||||||
|
android:enabled="true"
|
||||||
|
android:exported="false">
|
||||||
|
</provider>
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="AA_DB_NAME"
|
android:name="AA_DB_NAME"
|
||||||
android:value="IRRemote"/>
|
android:value="IRRemote"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user