remove deprecated accounts api, bump min api version to 7
This commit is contained in:
@@ -850,10 +850,6 @@
|
||||
android:exported="true" />
|
||||
|
||||
<!-- Internal classes of the remote APIs (not exported) -->
|
||||
<activity
|
||||
android:name=".remote.ui.RemoteCreateAccountActivity"
|
||||
android:exported="false"
|
||||
android:label="@string/app_name" />
|
||||
<activity
|
||||
android:name=".remote.ui.RemoteErrorActivity"
|
||||
android:exported="false"
|
||||
@@ -885,10 +881,6 @@
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value=".ui.MainActivity" />
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".remote.ui.AccountSettingsActivity"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".remote.ui.RemotePassphraseDialogActivity"
|
||||
android:theme="@style/Theme.Keychain.Transparent" />
|
||||
|
||||
Reference in New Issue
Block a user