Add some permissions and debug app name

This commit is contained in:
Shinokuni 2024-05-10 17:15:43 +02:00
parent d79c5b4637
commit 19409f20a5
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<resources>
<string name="app_name" translatable="false">ReadropsDebug</string>
</resources>

View File

@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<application
android:name=".ReadropsApp"
android:allowBackup="true"