|
|
@ -1,4 +1,7 @@
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
|
|
|
|
|
|
|
|
|
|
|
<application
|
|
|
|
<application
|
|
|
|
android:label="proxmox-dash"
|
|
|
|
android:label="proxmox-dash"
|
|
|
|
android:name="${applicationName}"
|
|
|
|
android:name="${applicationName}"
|
|
|
|