- init: Init

This commit is contained in:
2026-04-12 18:05:58 +03:00
commit ae4fd7a8c0
50 changed files with 941 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="InternalSortMethods" android:icon="@drawable/Icon" />
</manifest>