Recycle TypedArray in LockPatternView

Fixes bug 26734012

Change-Id: Ic15908f9aa6940f8c53a47c160c92f6f4648cc61
This commit is contained in:
Jim Miller
2016-02-02 18:12:30 -08:00
parent a8a8545f1b
commit ac010478a6

View File

@@ -334,6 +334,7 @@ public class LockPatternView extends View {
mExploreByTouchHelper = new PatternExploreByTouchHelper(this);
setAccessibilityDelegate(mExploreByTouchHelper);
mAudioManager = (AudioManager) mContext.getSystemService(Context.AUDIO_SERVICE);
a.recycle();
}
public CellState[][] getCellStates() {