Added team select page.

This commit is contained in:
Raktbastr 2025-02-05 17:58:27 -06:00
parent 123dfbd192
commit 08f182ebc9
7 changed files with 125 additions and 15 deletions

View file

@ -1,6 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="laserscouter"
android:label="Laser Scouter"
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon">
<activity
@ -42,4 +42,5 @@
<data android:mimeType="text/plain"/>
</intent>
</queries>
<uses-permission android:name="android.permission.INTERNET"/>
</manifest>