Browse Source

Fixed bug. Copy link when sharing a file has dissapear

jabarros 10 years ago
parent
commit
a0442b48b1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      AndroidManifest.xml

+ 5 - 0
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"/>