Merge "Remove redundant code"
This commit is contained in:
committed by
Android (Google) Code Review
commit
3af21959b5
@@ -67,16 +67,6 @@ public class AppPicker extends ListActivity {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onResume() {
|
||||
super.onResume();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onStop() {
|
||||
super.onStop();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onListItemClick(ListView l, View v, int position, long id) {
|
||||
MyApplicationInfo app = mAdapter.getItem(position);
|
||||
|
Reference in New Issue
Block a user