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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user