diff --git a/Work/src/main/res/drawable/ic_launcher_round.png b/Work/src/main/res/drawable/ic_launcher_round.png
new file mode 100644
index 000000000..c66f80092
Binary files /dev/null and b/Work/src/main/res/drawable/ic_launcher_round.png differ
diff --git a/android/app/build.gradle b/android/app/build.gradle
index d181ff5ce..354e0d0d9 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -108,7 +108,7 @@ android {
inhouse {
dimension "env"
applicationIdSuffix ".inhouse"
- resValue "string", "app_name", "Autonomy (Dev)"
+ resValue "string", "app_name", "Feral File (Dev)"
manifestPlaceholders = [
appIcon : "@mipmap/ic_launcher_dev",
appIconRound: "@mipmap/ic_launcher_dev_round"
@@ -117,7 +117,7 @@ android {
prd {
dimension "env"
- resValue "string", "app_name", "Autonomy"
+ resValue "string", "app_name", "Feral File"
manifestPlaceholders = [
appIcon : "@mipmap/ic_launcher",
appIconRound: "@mipmap/ic_launcher_round"
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 38c01fac0..5fd9bc8df 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -163,6 +163,16 @@
+
+
+
+
@@ -177,6 +187,13 @@
+
+
+