diff options
| author | 2017-01-04 21:42:41 +0000 | |
|---|---|---|
| committer | 2017-01-04 21:42:41 +0000 | |
| commit | acbf592683aab5602bc889c29f75e0e4d34c1be0 (patch) | |
| tree | 578dc431f650e0a6001533c9c915b8f7f8e936df | |
| parent | 1c4cfe1af942f03272d290227d70fe0f11f8c7e1 (diff) | |
| parent | 34d46ca94ce65815f577ef73cdc56e0f0142235a (diff) | |
Merge "Use the new BIND_NETWORK_RECOMMENDATION_SERVICE."
am: 34d46ca94c
Change-Id: I1e6f1751cf3ce690e09e8681c86f744a38c550d6
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 0d9a409f77db..4c6e7a35b0d2 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2052,6 +2052,7 @@ @SystemApi @hide --> <permission android:name="android.permission.BIND_NETWORK_RECOMMENDATION_SERVICE" android:protectionLevel="signature" /> + <uses-permission android:name="android.permission.BIND_NETWORK_RECOMMENDATION_SERVICE"/> <!-- ========================================= --> <!-- Permissions for special development tools --> |