commit | 59fb48e7e6a37f26901ad5a4996947dcd25a73d9 | [log] [tgz] |
---|---|---|
author | Dmitri Plotnikov <dplotnikov@google.com> | Mon Apr 26 17:09:19 2010 -0700 |
committer | Dmitri Plotnikov <dplotnikov@google.com> | Mon Apr 26 17:09:19 2010 -0700 |
tree | 49d76b05fc88f46082248509d3725b806939280c | |
parent | aebce3655e931c47d9036d46f1e2e7faee1534fb [diff] [blame] |
Controller becomes Fragment and Configuration disappears. Change-Id: I432b16f8b617765e770a8b2be34632c10d5d913d
diff --git a/src/com/android/contacts/ContactsApplicationController.java b/src/com/android/contacts/ContactsApplicationController.java index ac7fd3f..41daf26 100644 --- a/src/com/android/contacts/ContactsApplicationController.java +++ b/src/com/android/contacts/ContactsApplicationController.java
@@ -17,8 +17,10 @@ /** * An interface that captures various top-level actions that can be performed in - * the Contacts app. + * the Contacts app. This is a temporary class to be replaced by individual + * listeners for various actions. */ +@Deprecated public interface ContactsApplicationController { /**