<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Move away from (deprecated), reenable lint"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=111399">111399</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Move away from (deprecated), reenable lint
</td>
</tr>
<tr>
<th>Product</th>
<td>Impress Remote
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Android app
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>andrzej@ahunt.org
</td>
</tr></table>
<p>
<div>
<pre>We're using the deprecated BIND_LISTENER action for Impress Remote's wear
support. Lint complains, so I disabled breaking builds on lint failure for now.
We should upgrade Impress Remote as per
<a href="https://android-developers.googleblog.com/2016/04/deprecation-of-bindlistener.html">https://android-developers.googleblog.com/2016/04/deprecation-of-bindlistener.html</a>
Once that is done we can reenable abortOnError for lint (wear/build.gradle).
<span class="quote">>:wear:lintVitalRelease
> ..../impress_remote/android/sdremote/wear/src/main/AndroidManifest.xml:29: > Error: The com.google.android.gms.wearable.BIND_LISTENER action is deprecated. [WearableBindListener]
> <action android:name="com.google.android.gms.wearable.BIND_LISTENER" />
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</span >
>
<span class="quote">> Explanation for issues of type "WearableBindListener":
> BIND_LISTENER receives all Android Wear events whether the application
> needs them or not. This can be inefficient and cause applications to wake
> up unnecessarily. With Google Play Services 8.2.0 or later it is
> recommended to use a more efficient combination of manifest listeners and
> api-based live listeners filtered by action, path and/or path prefix. </span >
>
<span class="quote">> <a href="http://tools.android.com/tech-docs/bind-listener">http://tools.android.com/tech-docs/bind-listener</a></span >
>
<span class="quote">> 1 errors, 0 warnings
> :wear:lintVitalRelease FAILED</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>