- 浏览: 3547 次
最新评论
文章列表
When my Galaxy Tab 2 7.0(P3100) update to Android Jelly Bean 4.1.2, I find some bugs with it.
Eye icon stay on status bar when "Smart stay" feature enable.
Can not drag the status bar downwards sometimes.
In these cases, I have to reboot the device to resume.
示例代码:
TestInterface s = (TestInterface)Proxy.newProxyInstance(TestProxy.class.getClassLoader(), new Class[]{TestInterface.class}, new InvocationHandler() {
@Override
public Object invoke(Object proxy, Method method, Object[] args)
throws Throwable {
if(method.getName().equals(& ...