We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b21e6 + c1a9b03 commit 8fff780Copy full SHA for 8fff780
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