Skip to content

Instantly share code, notes, and snippets.

@pognon
pognon / AndroidManifest.xml
Last active March 13, 2022 15:16
NFC Demo
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.ippon.mobile.nfcdemo"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="15" />
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<title>LessDemon</title>
<link rel="stylesheet" type="text/css" href="css/site.css" />
<script type="text/javascript" src="js/site.js"></script>
</head>