5f6fab2b70
Also, adds a few missing license notices.
12 lines
No EOL
333 B
XML
12 lines
No EOL
333 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.keylesspalace.tusky">
|
|
|
|
<application>
|
|
<service
|
|
android:name=".MessagingService"
|
|
android:enabled="true"
|
|
android:exported="true" />
|
|
</application>
|
|
|
|
</manifest> |