fix: Android app label

This commit is contained in:
13574
2023-09-08 02:05:12 +08:00
committed by lifegpc
parent d68a985b9e
commit 46beb33f3a
3 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="eh_downloader_flutter"
android:label="@string/app_name"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">EH 下载器</string>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">EH Downloader</string>
</resources>