From 6582da310a4a06328cafea1fef228db5676345ce Mon Sep 17 00:00:00 2001 From: Jake Whiteley Date: Sun, 29 May 2016 19:19:20 -0400 Subject: [PATCH] Updates for Android SDK 23. AndroidManifest: Updated to reflect new required SDK: 18. common.mk: Update to use current build tools and for my directory layout. Will investigate using variables for build system. src/Task.java Use NotificationBuilder for Task notification Run is no longer overridden ? Use OnStartCommand instead of onStart. --- AndroidManifest.xml | 2 +- common.mk | 8 ++++---- src/Task.java | 17 +++++++++++------ 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index e09fcda..3bb3da9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -5,7 +5,7 @@ android:versionName="1.0"> - +