Commit df7073d4 authored by Yuwei Huang's avatar Yuwei Huang Committed by Commit Bot

[remoting][android] Add gsf.permission.READ_GSERVICES

The "Send Feedback" button in the app no longer works and according to
the logs it seems we need to add gsf.permission.READ_GSERVICES
permission to the Android manifest.

I can't build and test the official build locally so I'd like to check
this in frst then verify it on the nightly build.

Bug: 1019866
Change-Id: Iac01e9db420d95a8c8a7aa952ad9d2ab1ac9b6e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1891464
Auto-Submit: Yuwei Huang <yuweih@chromium.org>
Reviewed-by: default avatarLambros Lambrou <lambroslambrou@chromium.org>
Commit-Queue: Yuwei Huang <yuweih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#711028}
parent 5679c3c1
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{ APK_PACKAGE_NAME }}"> package="{{ APK_PACKAGE_NAME }}">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" /> <uses-feature android:glEsVersion="0x00020000" android:required="true" />
<application android:label="@string/product_name_android" <application android:label="@string/product_name_android"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment