tom
                                            tom
                                        
                                    It seems in `onCreateViewHolder` you should pass a activity ref instead of the `com.got.got.Utils.MyApp` to inflate the view,eg: ``` java LayoutInflater.from(parent.getContext()).inflate(your_item_xml, parent, false) ```
do your activity override the method: ``` @Override public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); PlayerManager.getInstance().onConfigurationChanged(newConfig); } ```
current version you have to modify the source code `DefaultMediaController` find `v.getId() == R.id.app_video_finish`
click the left icon or press back key?
it shouldn't,you can debug the code
从日志看应该还是android sdk的,在installDecor时会去调pm的getActivityInfo,此时找不到插件中的activityInfo
是的,基本都支持,可以run下sample试试
布局xml发上来看看