Signal-Android/app/src/spinner/AndroidManifest.xml

11 lines
334 B
XML
Raw Normal View History

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"
tools:replace="android:name" />
2020-03-01 10:54:11 -05:00
</manifest>