X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/5db8c47b8a96161aa00912786e61817be6381c63..c86ec0f56be4d7d8789cd9a0345cbc2e2a21b1ea:/AndroidManifest.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index acb5f1d8..805e9ce7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,4 +1,5 @@ - - + + android:versionName="1.8.0" > + + @@ -31,64 +37,60 @@ - - - - + + + - + + + android:theme="@style/Theme.ownCloud" > + android:label="@string/app_name" > + - - + + - + - + - + - - - + - + + - - - + + android:theme="@style/Theme.ownCloud.Fullscreen" /> - + android:exported="true" > + @@ -98,7 +100,7 @@ + android:exported="true" > @@ -114,13 +116,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 +140,7 @@ + @@ -141,48 +151,60 @@ - - - - - - - + + + + + + + + + - + - - - - + - + android:name=".ui.activity.CopyToClipboardActivity" + android:icon="@drawable/copy_link" + android:label="@string/copy_link" /> + + + + + + + +