5 lines
187 B
XML
5 lines
187 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
|
||
|
|
<uses-permission android:name="android.permission.PRINTER" />
|
||
|
|
</manifest>
|