Added internet permission and better message from api call

This commit is contained in:
Nathan Anderson
2023-07-30 19:26:56 -06:00
parent 83393807c7
commit 6fae83674b
4 changed files with 30 additions and 13 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.rluv">
<application
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<application
android:label="rluv"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">