mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 06:35:48 +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:configChanges="orientation|screenSize"
|
||||
android:exported="true"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/Theme.ownCloud.Launcher">
|
||||
<intent-filter>
|
||||
|
@ -193,7 +192,6 @@
|
|||
<activity
|
||||
android:name=".ui.preview.PreviewVideoActivity"
|
||||
android:exported="false"
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/Theme.ownCloud.Fullscreen" />
|
||||
|
||||
<service
|
||||
|
@ -425,12 +423,10 @@
|
|||
android:label="@string/copy_link" />
|
||||
<activity
|
||||
android:name=".ui.activity.FolderPickerActivity"
|
||||
android:exported="false"
|
||||
android:label="@string/app_name" />
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.activity.FilePickerActivity"
|
||||
android:exported="false"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/Theme.ownCloud.Dialog.NoTitle"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
|
|
Loading…
Reference in a new issue