This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
controldna/build/lint-results.xml

142 lines
5.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<issues format="4" by="lint 22.3">
<issue
id="ExportedService"
severity="Warning"
message="Exported service does not require permission"
category="Security"
priority="5"
summary="Checks for exported services that do not require permissions"
explanation="Exported services (services which either set `exported=true` or contain an intent-filter and do not specify `exported=false`) should define a permission that an entity must have in order to launch the service or bind to it. Without this, any application can use this service."
errorLine1=" &lt;service android:name=&quot;com.github.nutomic.controldlna.upnp.ProviderService&quot;"
errorLine2=" ^"
quickfix="adt">
<location
file="/home/felix/workspace/controldlna/AndroidManifest.xml"
line="43"
column="9"/>
</issue>
<issue
id="ExportedService"
severity="Warning"
message="Exported service does not require permission"
category="Security"
priority="5"
summary="Checks for exported services that do not require permissions"
explanation="Exported services (services which either set `exported=true` or contain an intent-filter and do not specify `exported=false`) should define a permission that an entity must have in order to launch the service or bind to it. Without this, any application can use this service."
errorLine1=" &lt;service android:name=&quot;com.github.nutomic.controldlna.upnp.ProviderService&quot;"
errorLine2=" ^"
quickfix="adt">
<location
file="/home/felix/workspace/controldlna/AndroidManifest.xml"
line="43"
column="9"/>
</issue>
<issue
id="UnusedResources"
severity="Warning"
message="The resource R.dimen.activity_horizontal_margin appears to be unused"
category="Performance"
priority="3"
summary="Looks for unused resources"
explanation="Unused resources make applications larger and slow down builds."
errorLine1=" &lt;dimen name=&quot;activity_horizontal_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="/home/felix/workspace/controldlna/res/values/dimens.xml"
line="4"
column="12"/>
<location
file="/home/felix/workspace/controldlna/res/values-sw720dp-land/dimens.xml"
line="7"
column="12"/>
</issue>
<issue
id="UnusedResources"
severity="Warning"
message="The resource R.dimen.activity_horizontal_margin appears to be unused"
category="Performance"
priority="3"
summary="Looks for unused resources"
explanation="Unused resources make applications larger and slow down builds."
errorLine1=" &lt;dimen name=&quot;activity_horizontal_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="/home/felix/workspace/controldlna/res/values/dimens.xml"
line="4"
column="12"/>
<location
file="/home/felix/workspace/controldlna/res/values-sw720dp-land/dimens.xml"
line="7"
column="12"/>
</issue>
<issue
id="UnusedResources"
severity="Warning"
message="The resource R.dimen.activity_vertical_margin appears to be unused"
category="Performance"
priority="3"
summary="Looks for unused resources"
explanation="Unused resources make applications larger and slow down builds."
errorLine1=" &lt;dimen name=&quot;activity_vertical_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="/home/felix/workspace/controldlna/res/values/dimens.xml"
line="5"
column="12"/>
</issue>
<issue
id="UnusedResources"
severity="Warning"
message="The resource R.dimen.activity_vertical_margin appears to be unused"
category="Performance"
priority="3"
summary="Looks for unused resources"
explanation="Unused resources make applications larger and slow down builds."
errorLine1=" &lt;dimen name=&quot;activity_vertical_margin&quot;>16dp&lt;/dimen>"
errorLine2=" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~">
<location
file="/home/felix/workspace/controldlna/res/values/dimens.xml"
line="5"
column="12"/>
</issue>
<issue
id="UnusedResources"
severity="Warning"
message="The resource R.string.pause appears to be unused"
category="Performance"
priority="3"
summary="Looks for unused resources"
explanation="Unused resources make applications larger and slow down builds."
errorLine1=" &lt;string name=&quot;pause&quot;>Pause&lt;/string>"
errorLine2=" ~~~~~~~~~~~~">
<location
file="/home/felix/workspace/controldlna/res/values/strings.xml"
line="8"
column="13"/>
</issue>
<issue
id="UnusedResources"
severity="Warning"
message="The resource R.string.pause appears to be unused"
category="Performance"
priority="3"
summary="Looks for unused resources"
explanation="Unused resources make applications larger and slow down builds."
errorLine1=" &lt;string name=&quot;pause&quot;>Pause&lt;/string>"
errorLine2=" ~~~~~~~~~~~~">
<location
file="/home/felix/workspace/controldlna/res/values/strings.xml"
line="8"
column="13"/>
</issue>
</issues>