Download this file

AndroidManifest.xml    10 lines (6 with data), 265 Bytes

1
2
3
4
5
6
7
8
9
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tempos21.alfredosdk">
<application android:allowBackup="true" android:label="@string/app_name"
android:icon="@drawable/ic_launcher">
</application>
</manifest>