Rename package to org.fossify.messages

This commit is contained in:
Naveen 2024-01-18 01:05:03 +05:30
parent d71db351ca
commit e2f83f49da
No known key found for this signature in database
GPG key ID: 0E155DAD31671DA3
106 changed files with 417 additions and 418 deletions

View file

@ -221,7 +221,7 @@
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="org.fossify.smsmessenger.action.mark_as_read" />
<action android:name="org.fossify.messages.action.mark_as_read" />
</intent-filter>
</receiver>
@ -230,7 +230,7 @@
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="org.fossify.smsmessenger.action.reply" />
<action android:name="org.fossify.messages.action.reply" />
</intent-filter>
</receiver>
@ -239,7 +239,7 @@
android:enabled="true"
android:exported="true">
<intent-filter>
<action android:name="org.fossify.smsmessenger.action.delete" />
<action android:name="org.fossify.messages.action.delete" />
</intent-filter>
</receiver>