mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
manifest: Remove unneeded labels
Trips up lint Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
00586a5bde
commit
a9ec1de015
1 changed files with 1 additions and 5 deletions
|
@ -88,7 +88,6 @@
|
||||||
android:name=".ui.activity.FileDisplayActivity"
|
android:name=".ui.activity.FileDisplayActivity"
|
||||||
android:configChanges="orientation|screenSize"
|
android:configChanges="orientation|screenSize"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:label="@string/app_name"
|
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:theme="@style/Theme.ownCloud.Launcher">
|
android:theme="@style/Theme.ownCloud.Launcher">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
@ -193,7 +192,6 @@
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.preview.PreviewVideoActivity"
|
android:name=".ui.preview.PreviewVideoActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:label="@string/app_name"
|
|
||||||
android:theme="@style/Theme.ownCloud.Fullscreen" />
|
android:theme="@style/Theme.ownCloud.Fullscreen" />
|
||||||
|
|
||||||
<service
|
<service
|
||||||
|
@ -425,12 +423,10 @@
|
||||||
android:label="@string/copy_link" />
|
android:label="@string/copy_link" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.FolderPickerActivity"
|
android:name=".ui.activity.FolderPickerActivity"
|
||||||
android:exported="false"
|
android:exported="false" />
|
||||||
android:label="@string/app_name" />
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".ui.activity.FilePickerActivity"
|
android:name=".ui.activity.FilePickerActivity"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:label="@string/app_name"
|
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
android:theme="@style/Theme.ownCloud.Dialog.NoTitle"
|
android:theme="@style/Theme.ownCloud.Dialog.NoTitle"
|
||||||
android:windowSoftInputMode="adjustResize" />
|
android:windowSoftInputMode="adjustResize" />
|
||||||
|
|
Loading…
Reference in a new issue