This commit is contained in:
xuhang-x 2024-07-23 16:34:11 +08:00
parent c045614e31
commit 42d5720b58
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<application
android:name="${applicationName}"
android:icon="@mipmap/launcher_icon"
android:label="ATPaper"
android:label="Visual Wallpaper"
android:requestLegacyExternalStorage="true"
android:enableOnBackInvokedCallback="true"
tools:targetApi="tiramisu">

View File

@ -7,7 +7,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>ATPaper</string>
<string>Visual Wallpaper</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>

View File

@ -1 +1 @@
const appName = 'ATPaper';
const appName = 'Visual Wallpaper';