Skip to content

Instantly share code, notes, and snippets.

View jones139's full-sized avatar

Graham Jones jones139

View GitHub Profile
@jones139
jones139 / mobile-AndroidManifest.xml
Created May 1, 2017 18:52 — forked from nschwermann/mobile-AndroidManifest.xml
Android Wearable Message API example
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="schwiz.net.weartest" >
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />