File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : tools =" http://schemas.android.com/tools"
44 package =" com.trikset.gamepad"
5- android : versionCode =" 28"
6- android : versionName =" 1.20" >
7- <uses-permission android : name =" android.permission.INTERNET" />
8- <!-- <uses-permission android:name="android.permission.VIBRATE" /> -->
5+ android : versionCode =" 29"
6+ android : versionName =" 1.21" >
7+ <uses-permission android : name =" android.permission.INTERNET" />
8+ <uses-permission android : name =" android.permission.READ_PHONE_STATE" tools : node =" remove" />
9+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" tools : node =" remove" />
10+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" tools : node =" remove" />
11+ <!-- <uses-permission android:name="android.permission.VIBRATE" /> -->
912
1013 <application
1114 android : allowBackup =" false"
1215 android : icon =" @drawable/trik_icon"
1316 android : label =" TRIK Gamepad Lite"
1417 android : theme =" @style/AppTheme" >
1518 <!-- <service android:name=".SenderService" /> -->
16-
17- <activity
19+
20+ <activity
1821 android : name =" com.trikset.gamepad.MainActivity"
1922 android : label =" TRIK gamepad (lite)" >
2023 <intent-filter >
3134 android : name =" com.google.android.gms.version"
3235 android : value =" @integer/google_play_services_version" />
3336 </application >
34-
37+
3538</manifest >
You can’t perform that action at this time.
0 commit comments