summaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2022-03-29 09:50:12 +0200
committerjacquarg <guillaume.jacquart@hoodbrains.com>2022-04-05 08:36:28 +0200
commit9e9ddcb5feafb7b153d178722548a7354b899b20 (patch)
tree417b0c41193d22d7c9dc515cd1827bf0338d6e14 /app/src/main/AndroidManifest.xml
parent4b376b721f1a8eea4e26356942b187e0862beed1 (diff)
4907 Fix toast widget not resizable
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index c91f330..9e54dfb 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -32,7 +32,7 @@
tools:replace="android:icon,android:label,android:theme"
>
<receiver
- android:exported="true"
+ android:exported="false"
android:name=".Widget"
>
<intent-filter>
@@ -53,8 +53,7 @@
<activity android:name=".main.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
-
- <category android:name="android.intent.category.LAUNCHER" />
+ <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>