1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-06 05:19:35 +00:00

Android: document details

This commit is contained in:
jendib
2014-11-22 01:09:12 +01:00
parent 2ce5749226
commit 8c5c54125f
15 changed files with 451 additions and 19 deletions

View File

@@ -28,6 +28,11 @@
android:logo="@drawable/ic_launcher"
android:launchMode="singleTop">
</activity>
<activity
android:name=".activity.DocumentActivity"
android:label=""
android:logo="@drawable/ic_launcher">
</activity>
</application>
</manifest>