We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6590e7 + 8fff780 commit e6e3322Copy full SHA for e6e3322
policy/src/com/android/internal/policy/impl/GlobalActions.java
@@ -316,9 +316,10 @@ public Action getItem(int position) {
316
filteredPos++;
317
}
318
319
- throw new IllegalArgumentException("position " + position + " out of "
320
- + "range of showable actions, filtered count = "
321
- + "= " + getCount() + ", keyguardshowing=" + mKeyguardShowing
+ throw new IllegalArgumentException("position " + position
+ + " out of range of showable actions"
+ + ", filtered count=" + getCount()
322
+ + ", keyguardshowing=" + mKeyguardShowing
323
+ ", provisioned=" + mDeviceProvisioned);
324
325
0 commit comments