blob: 6fa4afcc9171687bc241e15bb811dad66128909b [file] [log] [blame]
<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>