projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
657acef
)
Fixed bug. Copy link when sharing a file has dissapear
author
jabarros
<jabarros@solidgear.es>
Thu, 4 Sep 2014 16:04:55 +0000
(18:04 +0200)
committer
jabarros
<jabarros@solidgear.es>
Thu, 4 Sep 2014 16:04:55 +0000
(18:04 +0200)
AndroidManifest.xml
patch
|
blob
|
blame
|
history
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"/>
+ <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"/>