File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
libcocos2dx-with-controller
templates/cpp-template-default/proj.android/app Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.cocos2dx.lib" >
2
2
3
+ <uses-permission android : name =" android.permission.VIBRATE" />
4
+
3
5
<application android : allowBackup =" true" >
4
6
5
7
</application >
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" package =" org.cocos2dx.lib" >
2
2
3
+ <uses-permission android : name =" android.permission.VIBRATE" />
4
+
3
5
<application android : allowBackup =" true" >
4
6
5
7
</application >
Original file line number Diff line number Diff line change 3
3
package =" org.cocos2dx.hellocpp"
4
4
android : installLocation =" auto" >
5
5
6
+ <uses-permission android : name =" android.permission.INTERNET" />
7
+
6
8
<uses-feature android : glEsVersion =" 0x00020000" />
7
9
8
10
<application
28
30
</activity >
29
31
</application >
30
32
31
- <uses-permission android : name =" android.permission.INTERNET" />
32
-
33
33
</manifest >
Original file line number Diff line number Diff line change 21
21
-dontwarn org.cocos2dx.**
22
22
-keep public class com.chukong.** { *; }
23
23
-dontwarn com.chukong.**
24
- -keep public com.huawei.android.** { *; }
24
+ -keep public class com.huawei.android.** { *; }
25
25
-dontwarn com.huawei.android.**
26
26
27
27
# Proguard Apache HTTP for release
You can’t perform that action at this time.
0 commit comments