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