|
|
|
|
@ -33,6 +33,8 @@
|
|
|
|
|
<uses-permission android:name="android.permission.BLUETOOTH" /> |
|
|
|
|
<!-- Allow access to the vibrator --> |
|
|
|
|
<uses-permission android:name="android.permission.VIBRATE" /> |
|
|
|
|
<!-- Allow access to the network for multiplayer --> |
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" /> |
|
|
|
|
|
|
|
|
|
<application android:label="@string/app_name" |
|
|
|
|
android:icon="@mipmap/ic_launcher" |
|
|
|
|
|