aboutsummaryrefslogtreecommitdiffstats
path: root/src/schulchat/AndroidManifest.xml
blob: 08a2c1288ba3f90ea9cea297a1b536bd85473609 (plain)
1
2
3
4
5
6
7
8
9
10
<?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="de.pixart.messenger">

    <application
        android:icon="@drawable/logo"
        tools:ignore="GoogleAppIndexingWarning"
        tools:replace="android:icon" />
</manifest>