diff options
Diffstat (limited to 'templates/other/ContentProvider/root/AndroidManifest.xml.ftl')
-rw-r--r-- | templates/other/ContentProvider/root/AndroidManifest.xml.ftl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/other/ContentProvider/root/AndroidManifest.xml.ftl b/templates/other/ContentProvider/root/AndroidManifest.xml.ftl deleted file mode 100644 index 6fa4afc..0000000 --- a/templates/other/ContentProvider/root/AndroidManifest.xml.ftl +++ /dev/null @@ -1,11 +0,0 @@ -<manifest xmlns:android="http://schemas.android.com/apk/res/android" > - - <application> - <provider android:name=".${className}" - android:authorities="${authorities}" - android:exported="${isExported?string}" - android:enabled="${isEnabled?string}" > - </provider> - </application> - -</manifest> |