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