Rename package names to org.fossify.*
This commit is contained in:
parent
3a2535a980
commit
2d8a626ec0
131 changed files with 915 additions and 883 deletions
|
|
@ -122,21 +122,21 @@
|
|||
</activity>
|
||||
|
||||
<activity
|
||||
android:name="com.simplemobiletools.commons.activities.AboutActivity"
|
||||
android:name="org.fossify.commons.activities.AboutActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/about"
|
||||
android:parentActivityName=".activities.MainActivity" />
|
||||
|
||||
<activity
|
||||
android:name="com.simplemobiletools.commons.activities.CustomizationActivity"
|
||||
android:name="org.fossify.commons.activities.CustomizationActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/customize_colors"
|
||||
android:parentActivityName=".activities.SettingsActivity" />
|
||||
|
||||
<activity
|
||||
android:name="com.simplemobiletools.commons.activities.ManageBlockedNumbersActivity"
|
||||
android:name="org.fossify.commons.activities.ManageBlockedNumbersActivity"
|
||||
android:configChanges="orientation"
|
||||
android:exported="false"
|
||||
android:label="@string/blocked_numbers"
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.simplemobiletools.smsmessenger.action.mark_as_read" />
|
||||
<action android:name="org.fossify.smsmessenger.action.mark_as_read" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
|
@ -230,7 +230,7 @@
|
|||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.simplemobiletools.smsmessenger.action.reply" />
|
||||
<action android:name="org.fossify.smsmessenger.action.reply" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
|
@ -239,7 +239,7 @@
|
|||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.simplemobiletools.smsmessenger.action.delete" />
|
||||
<action android:name="org.fossify.smsmessenger.action.delete" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue