primer commit

This commit is contained in:
2025-10-06 22:45:28 -06:00
commit b9e73ec94d
51 changed files with 1451 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="SysMe" android:icon="@drawable/Icon" />
</manifest>