adding Productivity app Category

This commit is contained in:
tibbi 2022-04-11 10:20:38 +02:00
parent e58c2ffe49
commit b70071a023

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest <manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simplemobiletools.filemanager.pro" package="com.simplemobiletools.filemanager.pro"
android:installLocation="auto"> android:installLocation="auto">
@ -15,6 +14,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:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"