Android Chromoting: Use explicit intent for opening Feedback screen.
Using bindService() with implicit intents is unsafe, and will be prohibited in L once the targetSdkVersion gets bumped. Also check that the intent resolves before using it, to avoid crashing the app. BUG=399418 TEST=Pressing the FEEDBACK button shows Feedback screen. Review URL: https://codereview.chromium.org/451543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288130 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment