Skip to content

Commit

Permalink
Merge pull request #159 from firefinchdev/develop
Browse files Browse the repository at this point in the history
Allow Clear Text Traffic
  • Loading branch information
BenoitDuffez committed Jun 20, 2019
2 parents 9bc113c + eeab4fc commit 3949a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

<application
android:name="io.github.benoitduffez.cupsprint.CupsPrintApp"
android:usesCleartextTraffic="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name">
Expand Down Expand Up @@ -63,4 +64,4 @@
</activity>
</application>

</manifest>
</manifest>

2 comments on commit 3949a8d

@JeanCarlosChavarriaHughes

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curios. I tried to connect to a thermal printer but it does not work. Is there an special setting to do so or just not in the scope?

@BenoitDuffez

@BenoitDuffez
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not the place to ask this question.

Thermal printers usually have a Bluetooth interface and a specific sdk, so indeed this is out of scope (no CUPS server).

Please sign in to comment.