Home | History | Annotate | Download | only in root
      1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" >
      2 
      3     <application>
      4         <provider android:name=".${className}"
      5             android:authorities="${authorities}"
      6             android:exported="${isExported?string}"
      7             android:enabled="${isEnabled?string}" >
      8         </provider>
      9     </application>
     10 
     11 </manifest>
     12