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/aria/src/main/AndroidManifest.xml

12 lines
291 B

9 years ago
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.arialyy.aria">
9 years ago
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application
android:allowBackup="true"
android:supportsRtl="true">
9 years ago
</application>
9 years ago
</manifest>