SnapdragonCamera: Remove double onResume call

For panorama module with screen lock set, when user suspend and
resume the app back, onResume is called twice, calling openCamera
twice as well. This is resulting in crash.
Remove calling resume from screen-on receiver.

Change-Id: I9c6a0baca9aef1732ac003f3cb122fc3866a7b35
CRs-Fixed: 927063
1 file changed