2020-03-01 10:54:11 -05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
package="org.thoughtcrime.securesms">
|
|
|
|
|
|
|
|
<application
|
2022-02-14 14:18:03 -05:00
|
|
|
android:name=".SpinnerApplicationContext"
|
2022-02-25 12:48:58 -05:00
|
|
|
tools:replace="android:name" />
|
2020-09-18 16:52:11 -03:00
|
|
|
|
2020-03-01 10:54:11 -05:00
|
|
|
</manifest>
|