Loading policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −4 Original line number Diff line number Diff line Loading @@ -1634,10 +1634,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { // XXX right now the app process has complete control over // this... should introduce a token to let the system // monitor/control what they are doing. // Bypass this to allow any activity to show toast even if // it runs in a different process than its package. //outAppOp[0] = AppOpsManager.OP_TOAST_WINDOW; outAppOp[0] = AppOpsManager.OP_TOAST_WINDOW; break; case TYPE_DREAM: case TYPE_INPUT_METHOD: Loading Loading
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +1 −4 Original line number Diff line number Diff line Loading @@ -1634,10 +1634,7 @@ public class PhoneWindowManager implements WindowManagerPolicy { // XXX right now the app process has complete control over // this... should introduce a token to let the system // monitor/control what they are doing. // Bypass this to allow any activity to show toast even if // it runs in a different process than its package. //outAppOp[0] = AppOpsManager.OP_TOAST_WINDOW; outAppOp[0] = AppOpsManager.OP_TOAST_WINDOW; break; case TYPE_DREAM: case TYPE_INPUT_METHOD: Loading