adding Productivity app Category

This commit is contained in:
tibbi 2022-04-11 10:20:38 +02:00
parent e58c2ffe49
commit b70071a023
1 changed files with 65 additions and 65 deletions

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.simplemobiletools.filemanager.pro"
android:installLocation="auto">
@ -15,6 +14,7 @@
<application
android:name=".App"
android:allowBackup="true"
android:appCategory="productivity"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:requestLegacyExternalStorage="true"