requested manifest changes

This commit is contained in:
Katharine
2021-10-30 09:25:27 +08:00
parent cc402c39be
commit f667fcbebe
2 changed files with 5 additions and 4 deletions

View File

@@ -23,10 +23,6 @@
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity
android:name=".ManageGroupActivity"
android:exported="true"
android:theme="@style/Theme.App.Starting"/>
<activity
android:name=".MainActivity"
android:exported="true"
@@ -46,6 +42,10 @@
android:name=".ManageGroupsActivity"
android:label="@string/groups"
android:theme="@style/AppTheme.NoActionBar"></activity>
<activity
android:name=".ManageGroupActivity"
android:label="@string/group_edit"
android:theme="@style/AppTheme.NoActionBar"/>
<activity
android:name=".LoyaltyCardViewActivity"
android:exported="true"

View File

@@ -123,6 +123,7 @@
<string name="exportSuccessful">Card data exported</string>
<string name="enter_group_name">Enter group name</string>
<string name="groups">Groups</string>
<string name="group_edit">Edit Group</string>
<string name="noGroups">Click the + plus button to add groups for categorization first.</string>
<string name="noGroupCards">This group does not contain any cards</string>
<plurals name="groupCardCount">