added todo

This commit is contained in:
Linden Crandall 2023-06-20 16:15:58 +09:00
parent 7b9a9730aa
commit 02a9c3c629

View File

@ -3,7 +3,14 @@
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<!-- add
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
fields to appplication tag below and add mipmap
folders to
/android/app/src/main/res/
when icons are created
-->
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"