blob: ddb7408e06484ca19403f887f4ec62e9eabfa098 (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity android:name="org.the_jk.cleversync.documents.test.TestActivity" />
</application>
</manifest>
|