android上下文 判断两个context是否相同
if(c1.getClass().equals(c2.getClass()))
{
//The context is the same
}
else
{
//Context is different
}