Makes the bechmark build its own package name to facilitate testing in real phones.

This commit is contained in:
Vitor Pamplona
2025-03-17 13:54:57 -04:00
parent 0b9a44ab9b
commit 5aa2eb4499
4 changed files with 36 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<string name="app_name_release" translatable="false">Amethyst</string>
<string name="app_name_debug" translatable="false">Amethyst Debug</string>
<string name="app_name_debug" translatable="false">Amy Debug</string>
<string name="app_name_benchmark" translatable="false">Amy Benchmark</string>
<string name="point_to_the_qr_code">Point to the QR Code</string>
<string name="show_qr">Show QR</string>
<string name="profile_image">Profile Picture</string>