Skip to content

Commit

Permalink
fix: Remove unused services in enioka_scan manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent libeskind committed Apr 2, 2024
1 parent c107536 commit 3a038fe
Showing 1 changed file with 0 additions and 92 deletions.
92 changes: 0 additions & 92 deletions enioka_scan/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,50 +12,6 @@
android:exported="false" />

<!-- SPP providers -->
<service
android:name=".sdk.generalscan.GsSppScannerProvider"
android:description="@string/service_description"
android:exported="false"
tools:ignore="Instantiatable">

<intent-filter>
<action android:name="com.enioka.scan.PROVIDE_SPP_SCANNER" />
</intent-filter>
</service>

<service
android:name=".sdk.zebraoss.ZebraOssSppScannerProvider"
android:description="@string/service_description"
android:exported="false"
tools:ignore="Instantiatable">

<intent-filter>
<action android:name="com.enioka.scan.PROVIDE_SPP_SCANNER" />
</intent-filter>
</service>

<service
android:name=".sdk.zebraoss.ZebraOssAttScannerProvider"
android:description="@string/service_description"
android:exported="false"
tools:ignore="Instantiatable">

<intent-filter>
<action android:name="com.enioka.scan.PROVIDE_SPP_SCANNER" />
</intent-filter>
</service>

<service
android:name=".sdk.honeywelloss.spp.HoneywellOssSppScannerProvider"
android:description="@string/service_description"
android:exported="false"
tools:ignore="Instantiatable">

<intent-filter>
<action android:name="com.enioka.scan.PROVIDE_SPP_SCANNER" />
</intent-filter>
</service>

<!-- DISABLED: never tested, so rather incomplete and likely buggy.
<service
android:name=".sdk.postech.PostechSppScannerProvider"
Expand All @@ -70,54 +26,6 @@

<!-- Other scanner providers -->

<service
android:name=".sdk.bluebird.BluebirdProvider"
android:description="@string/service_description"
android:exported="false"
tools:ignore="Instantiatable">

<meta-data
android:name="intent"
android:value="true" />

<intent-filter>
<action android:name="com.enioka.scan.PROVIDE_SCANNER" />
</intent-filter>
</service>

<service
android:name=".sdk.honeywelloss.integrated.HoneywellOssIntegratedScannerProvider"
android:description="@string/service_description"
android:exported="false"
tools:ignore="Instantiatable">

<meta-data
android:name="intent"
android:value="true" />

<intent-filter>
<action android:name="com.enioka.scan.PROVIDE_SCANNER" />
</intent-filter>
</service>

<service
android:name=".sdk.proglove.ProgloveProvider"
android:description="@string/service_description"
android:exported="false"
tools:ignore="Instantiatable">

<meta-data
android:name="bluetooth"
android:value="true" />
<meta-data
android:name="intent"
android:value="true" />

<intent-filter>
<action android:name="com.enioka.scan.PROVIDE_SCANNER" />
</intent-filter>
</service>

<service
android:name=".bt.manager.SerialBtScannerProvider"
android:description="@string/service_description"
Expand Down

0 comments on commit 3a038fe

Please sign in to comment.