Fix InputContentInfoCompat.releasePermission()

InputContentInfoCompat.releasePermission() has been mistakenly wired up
to InputContentInfo.requestPermission() when running on API 25 devices.

With this CL, InputContentInfoCompat.releasePermission() surely calls
InputContentInfo.releasePermission().

Test: 'adb shell dumpsys activity permissions' before/after calling it
Bug: 32633466
Change-Id: Ic798a54a205bf429a1c400c8413b22f469aacbfa
1 file changed