|
@@ -2,16 +2,9 @@
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
package="eu.vcmi.vcmi">
|
|
|
|
|
|
- <!-- %%INSERT_PERMISSIONS -->
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
<uses-permission android:name="android.permission.VIBRATE" />
|
|
|
-
|
|
|
- <!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
|
|
|
- Remove the comment if you do not require these default permissions. -->
|
|
|
- <!-- %%INSERT_PERMISSIONS_DISABLED -->
|
|
|
-
|
|
|
- <!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application.
|
|
|
- Remove the comment if you do not require these default features. -->
|
|
|
- <!-- %%INSERT_FEATURES -->
|
|
|
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
|
|
<supports-screens
|
|
|
android:largeScreens="true"
|