blob: 354f6c96dcb9948ac50cabad582913f7fa13d36b [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android" >
<application>
<provider android:name="${relativePackage}.${className}"
android:authorities="${authorities}"
android:exported="${isExported?string}"
android:enabled="${isEnabled?string}" >
</provider>
</application>
</manifest>