Update references to migrated global settings.

Bug: 7231172
Change-Id: I5a198b4033c111fbfdd185e4a93774451b8e31ed
diff --git a/src/com/android/provision/DefaultActivity.java b/src/com/android/provision/DefaultActivity.java
index e3be993..3607c3e 100644
--- a/src/com/android/provision/DefaultActivity.java
+++ b/src/com/android/provision/DefaultActivity.java
@@ -32,7 +32,7 @@
         super.onCreate(icicle);
 
         // Add a persistent setting to allow other apps to know the device has been provisioned.
-        Settings.Secure.putInt(getContentResolver(), Settings.Secure.DEVICE_PROVISIONED, 1);
+        Settings.Global.putInt(getContentResolver(), Settings.Global.DEVICE_PROVISIONED, 1);
 
         // remove this activity from the package manager.
         PackageManager pm = getPackageManager();