public interface ActivityHandle
An implementation of this interface must implement the equals and
hashCode methods in this interface so that:
handle1.equals(handle2) is true if and only if the two handles
reference the same underlying activity object
handle.hashCode() always returns the same value for the same underlying
activity object, regardless of the Java VM process in which the activity may reside.
boolean equals(Object obj)