Skip to content

Instantly share code, notes, and snippets.

View mazurio's full-sized avatar

Damian Mazurkiewicz mazurio

View GitHub Profile
@mazurio
mazurio / AndroidManifest.xml
Created March 24, 2016 17:14 — forked from BrandonSmith/AndroidManifest.xml
Quick example of how to schedule a notification in the future using AlarmManager
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cards.notification">
<uses-sdk
android:minSdkVersion="17"
android:targetSdkVersion="17" />
<application
android:allowBackup="true"