Skip to content

Instantly share code, notes, and snippets.

@Muraveiko
Muraveiko / AndroidManifest.xml
Created January 21, 2018 21:32 — forked from zaki50/AndroidManifest.xml
ためしに PrintService を作ってみた
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.zakky.myprintservice"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />
@Muraveiko
Muraveiko / AndroidManifest.xml
Created January 21, 2018 21:32 — forked from zaki50/AndroidManifest.xml
ためしに PrintService を作ってみた
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.zakky.myprintservice"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="19"
android:targetSdkVersion="19" />