delete unused activity

This commit is contained in:
masaaki matsuo 2016-12-08 00:56:40 +09:00 committed by AndyScherzinger
parent ed0d63b49f
commit a2f46c947e
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -95,8 +95,6 @@
<data android:mimeType="*/*" /> <data android:mimeType="*/*" />
</intent-filter> </intent-filter>
</activity> </activity>
<activity android:name=".ui.activity.LocalDirectorySelectorActivity" />
<activity android:name=".ui.activity.StorageMigrationActivity" />
<activity <activity
android:name=".ui.activity.Preferences" android:name=".ui.activity.Preferences"
android:theme="@style/Theme.ownCloud" > android:theme="@style/Theme.ownCloud" >