将整个功能置于条件中

时间:2019-06-10 13:36:01

标签: java android lambda

如何将整个函数置于条件中?
像这样:

if(android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.LOLLIPOP)
{ 
    @Override
    protected void attachBaseContext(Context newBase) {
        super.attachBaseContext(ViewPumpContextWrapper.wrap(newBase));
    }
}

我需要为特定的API编写此功能

0 个答案:

没有答案