Merge "Recycle TypedArray in LockPatternView"

This commit is contained in:
Jim Miller
2016-02-03 02:55:36 +00:00
committed by Android (Google) Code Review

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() {