摘要:
/** * Collapse status panel * * @param context * the context used to fetch status bar manager */ public static void collapseStatusBar(Context context) { try { Object statusBarManager = context.getSystemService("statusbar"); Method coll... 阅读全文
posted @ 2014-04-08 17:14
墨茉
阅读(219)
评论(0)
推荐(0)
浙公网安备 33010602011771号