We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 667821a commit 0a4b13fCopy full SHA for 0a4b13f
1 file changed
app/src/main/AndroidManifest.xml
@@ -14,7 +14,7 @@
14
<activity
15
android:name=".MainActivity"
16
android:exported="true"
17
- android:label="@string/by_d4vram"
+ android:label="@string/app_name"
18
android:theme="@style/Theme.NowPlayingExporterPy" >
19
<intent-filter>
20
<action android:name="android.intent.action.MAIN" />
@@ -27,4 +27,4 @@
27
android:resource="@array/preloaded_fonts" />
28
</application>
29
30
-</manifest>
+</manifest>
0 commit comments