You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,46 @@ Download and extract debuggable package.zip from the [latest workflow run](https
63
63
64
64
[Live Demo](https://youtu.be/-VTCTNmHB94)
65
65
66
+
**Pre-installed libs:**
67
+
- kivy
68
+
- carbonkivy
69
+
- plyer
70
+
- pyjnius
71
+
- requests
72
+
- android
73
+
- kaki
74
+
- watchdog
75
+
- sqlite3
76
+
- pygments
77
+
- pillow
78
+
79
+
**Available permissions in manifest you can ask for during runtime:**
80
+
81
+
```
82
+
android.permission.INTERNET
83
+
android.permission.ACCESS_NETWORK_STATE
84
+
android.permission.WAVE_LOCK
85
+
android.permission.READ_EXTERNAL_STORAGE
86
+
android.permission.WRITE_EXTERNAL_STORAGE
87
+
android.permission.CAMERA
88
+
android.permission.READ_MEDIA_IMAGES
89
+
android.permission.READ_MEDIA_AUDIO
90
+
android.permission.READ_MEDIA_VIDEO
91
+
android.permission.ACCESS_FINE_LOCATION
92
+
android.permission.ACCESS_COARSE_LOCATION
93
+
android.permission.ACCESS_BACKGROUND_LOCATION
94
+
android.permission.READ_PHONE_STATE
95
+
android.permission.SCHEDULE_EXACT_ALARM
96
+
android.permission.POST_NOTIFICATIONS
97
+
android.permission.ACCESS_WIFI_STATE
98
+
android.permission.VIBRATE
99
+
android.permission.FLASHLIGHT
100
+
android.permission.RECORD_AUDIO
101
+
android.permission.BLUETOOTH
102
+
android.permission.USE_BIOMETRIC
103
+
android.permission.USE_FINGERPRINT
104
+
```
105
+
66
106
67
107
## Part of KvDeveloper Ecosystem
68
108
KvDeveloper Client is a subproject under the [KvDeveloper](https://github.com/Novfensec/KvDeveloper) initiative. The ecosystem aims to streamline Python-powered mobile workflows with modern tooling.
0 commit comments