1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-28 00:52:16 +00:00

Android: init document edit activity

This commit is contained in:
jendib
2014-11-26 23:30:25 +01:00
parent 5666d9b8b5
commit 2837b21a86
13 changed files with 192 additions and 274 deletions

View File

@@ -37,6 +37,11 @@
android:label=""
android:logo="@drawable/ic_launcher">
</activity>
<activity
android:name=".activity.DocumentEditActivity"
android:label="@string/new_document"
android:logo="@drawable/ic_launcher">
</activity>
<provider android:name=".provider.RecentSuggestionsProvider"
android:exported="false"
android:authorities="com.sismics.docs.provider.RecentSuggestionsProvider" />