Temporary remove account visibility support pushapiauthenticator.
Refactor push api test apps to have more similar code and use another manifest entry. Bug: https://b.corp.google.com/issues/33046496 Test: none Change-Id: I2c87ccae0e73892eb15fb3e6f98bbb7372e0a24a
This commit is contained in:
@@ -132,6 +132,8 @@ public class MainActivity extends Activity {
|
||||
selectOption.setOnClickListener(new View.OnClickListener() {
|
||||
@Override
|
||||
public void onClick(View view) {
|
||||
//TODO update Authenticator once AccountManager API is updated
|
||||
/*
|
||||
Account currentAccount = terraAccount;
|
||||
int checkedAccount = accountChooser.getCheckedRadioButtonId();
|
||||
int checkedOption = optionChooser.getCheckedRadioButtonId();
|
||||
@@ -211,7 +213,8 @@ public class MainActivity extends Activity {
|
||||
authStatus.setText("----");
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user