Android:getContext().getSystemService()
Posted 前路漫漫,迷途而行
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android:getContext().getSystemService()相关的知识,希望对你有一定的参考价值。
一、介绍
getSystemService是android很重要的一个API,它是Activity的一个方法,根据传入的NAME来取得对应的Object,然后转换成相应的服务对象
二、语法
WindowManager wm = (WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE);
三、其他服务
以上是关于Android:getContext().getSystemService()的主要内容,如果未能解决你的问题,请参考以下文章
Android:Fragment 新的 getContext() 方法是哪个上下文?
Android (安卓) getContext 和 getActivity的区别
Can't get WebApplicationContext object from ContextRegistry.GetContext(): Resource handler for t