Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<queries>
<!-- Specific apps Watomatic interacts with. Required for Android 11+ -->
<package android:name="com.whatsapp" />
<package android:name="com.whatsapp.w4b" />
<package android:name="com.facebook.orca" />
<package android:name="com.facebook.mlite" />
</queries>
Expand Down Expand Up @@ -115,4 +116,4 @@

</application>

</manifest>
</manifest>
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Constants {
val SUPPORTED_APPS: Set<App> = setOf(
App("WhatsApp", "com.whatsapp"),
App("Facebook Messenger", "com.facebook.orca"),
// App("Facebook Messenger Lite", "com.facebook.mlite"),
App("WhatsApp Business", "com.whatsapp.w4b")
)

const val MIN_DAYS = 0
Expand Down