Initial commit for Intaleq Driver

This commit is contained in:
Hamza-Ayed
2025-09-01 19:04:50 +03:00
parent 889c67a691
commit 8c7f3e3a75
46 changed files with 4300 additions and 6192 deletions

View File

@@ -32,10 +32,14 @@
<uses-feature android:name="android.hardware.camera.autofocus" />
<application
android:allowBackup="true"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon"
android:label="Intaleq Driver"
android:enableOnBackInvokedCallback="true"
android:allowBackup="false"
android:fullBackupContent="false"
android:networkSecurityConfig="@xml/network_security_config"
android:usesCleartextTraffic="false"
android:theme="@style/LaunchTheme">
<activity