X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/2b6e05f3d2a48c8cd86702b7c384e6aa133c7457..2d8b06359581cf9f60b97afd3adf451de9721492:/AndroidManifest.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index acb5f1d8..d8eb6c82 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,4 +1,5 @@ - - +--> + + + @@ -31,64 +37,57 @@ - - - - - - + + + + android:theme="@style/Theme.ownCloud" > + android:label="@string/app_name" > + - - + + - + - + - + - + - - - + + - - - + + android:theme="@style/Theme.ownCloud.Fullscreen" /> - + android:exported="true" > + @@ -98,7 +97,7 @@ + android:exported="true" > @@ -114,13 +113,20 @@ android:enabled="true" android:exported="false" android:label="@string/sync_string_files" - android:syncable="true"> + android:syncable="true" /> + + + android:launchMode="singleTask" + android:theme="@style/Theme.ownCloud.noActionBar" > @@ -131,6 +137,7 @@ + @@ -141,48 +148,60 @@ - - - - - - - + + + + + + + + + - + - - - - + - + android:name=".ui.activity.CopyToClipboardActivity" + android:icon="@drawable/copy_link" + android:label="@string/copy_link" /> + + + + + + + +