SchildiChat-android/tools/templates/RiotXFeature/root/AndroidManifest.xml.ftl

8 lines
227 B
Text
Raw Normal View History

2020-04-29 15:38:01 +03:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity android:name="${packageName}.${activityClass}" />
</application>
</manifest>