projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed typo in strings.xml
[pub/Android/ownCloud.git]
/
AndroidManifest.xml
diff --git
a/AndroidManifest.xml
b/AndroidManifest.xml
index
1223b54
..
2671cce
100644
(file)
--- a/
AndroidManifest.xml
+++ b/
AndroidManifest.xml
@@
-185,6
+185,11
@@
</receiver>
<service android:name=".services.observer.FileObserverService"/>
</receiver>
<service android:name=".services.observer.FileObserverService"/>
+ <activity
+ android:name=".ui.activity.CopyToClipboardActivity"
+ android:label="@string/copy_link"
+ android:icon="@drawable/copy_link"/>
+
<activity
android:name=".ui.activity.MoveActivity"
android:label="@string/app_name"/>
<activity
android:name=".ui.activity.MoveActivity"
android:label="@string/app_name"/>