This commit is contained in:
2022-04-03 18:17:37 +08:00
parent e1cdff0d5b
commit 2c12943daf
67 changed files with 7127 additions and 537 deletions
+5
View File
@@ -0,0 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.king.keyboard" >
<!-- 震动权限 -->
<uses-permission android:name="android.permission.VIBRATE" />
</manifest>