Use SUW Quantum style navigation bar for provisioning flows.

Hide default system navigation bar and use SUW navigation bar for
both profile and device owner provisioning.

Bug: 18637726
Change-Id: I022e6fff61426624a6c9ca7cb5cc3587b84c2cc9
diff --git a/Android.mk b/Android.mk
index c434101..429fc81 100644
--- a/Android.mk
+++ b/Android.mk
@@ -7,9 +7,13 @@
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
+LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
+
 LOCAL_PACKAGE_NAME := ManagedProvisioning
 LOCAL_CERTIFICATE := platform
 LOCAL_PRIVILEGED_MODULE := true
 
+include frameworks/opt/setupwizard/navigationbar/common.mk
+
 include $(BUILD_PACKAGE)