You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Android-Download/PublicComponent/src/main/AndroidManifest.xml

12 lines
427 B

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.arialyy.aria.publiccomponent" >
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application>
<provider
android:authorities="${applicationId}.com.arialyy.aria.provider"
android:name="com.arialyy.aria.orm.DbContentProvider"
android:exported="false" />
</application>
</manifest>