adding the Productivity app category

This commit is contained in:
tibbi
2022-04-06 22:38:26 +02:00
parent 92f73382b7
commit aa8020b6b0

View File

@ -31,6 +31,7 @@
<application <application
android:name=".App" android:name=".App"
android:allowBackup="true" android:allowBackup="true"
android:appCategory="productivity"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name" android:label="@string/app_launcher_name"
android:roundIcon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher"
@ -119,8 +120,8 @@
<activity <activity
android:name=".activities.EventActivity" android:name=".activities.EventActivity"
android:launchMode="singleTask"
android:label="@string/new_event" android:label="@string/new_event"
android:launchMode="singleTask"
android:parentActivityName=".activities.MainActivity"> android:parentActivityName=".activities.MainActivity">
<intent-filter> <intent-filter>