summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4349180..7c55121 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -50,5 +50,12 @@
<service android:name="TagService" />
+ <provider android:name=".provider.TagProvider"
+ android:authorities="com.android.apps.tag"
+ android:syncable="false"
+ android:multiprocess="false"
+ android:exported="false"
+ />
+
</application>
</manifest>