@Override
 @SuppressLint("NewApi")
 protected void onDisplayHint(int hint) {
   if (VERSION.SDK_INT >= 8) {
     super.onDisplayHint(hint);
   }
 }