projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
move from deprecated ActionBarActivity to AppCompatActivity
[pub/Android/ownCloud.git]
/
src
/
com
/
owncloud
/
android
/
authentication
/
AccountAuthenticatorActivity.java
diff --git
a/src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java
b/src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java
index
c44b043
..
7dfb38b
100644
(file)
--- a/
src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java
+++ b/
src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java
@@
-20,6
+20,7
@@
import android.accounts.AccountAuthenticatorResponse;
import android.accounts.AccountManager;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.accounts.AccountManager;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
/*
* Base class for implementing an Activity that is used to help implement an AbstractAccountAuthenticator.
/*
* Base class for implementing an Activity that is used to help implement an AbstractAccountAuthenticator.
@@
-32,7
+33,7
@@
import android.support.v7.app.ActionBarActivity;
* then error AccountManager.ERROR_CODE_CANCELED will be called on the response.
*/
* then error AccountManager.ERROR_CODE_CANCELED will be called on the response.
*/
-public class AccountAuthenticatorActivity extends A
ctionBar
Activity {
+public class AccountAuthenticatorActivity extends A
ppCompat
Activity {
private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
private Bundle mResultBundle = null;
private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
private Bundle mResultBundle = null;