am c21a94ce: am 928febf7: Check that the user that started the provisioning is owner

* commit 'c21a94cea37938a565c677540e28faa951eb533e':
  Check that the user that started the provisioning is owner
diff --git a/src/com/android/managedprovisioning/MessageParser.java b/src/com/android/managedprovisioning/MessageParser.java
index 1aa1679..e611bdb 100644
--- a/src/com/android/managedprovisioning/MessageParser.java
+++ b/src/com/android/managedprovisioning/MessageParser.java
@@ -168,7 +168,7 @@
         }
         throw new ParseException(
                 "Intent does not contain NfcRecord with the correct MIME type.",
-                R.string.device_owner_error_parse_fail);
+                R.string.device_owner_error_general);
     }
 
     private ProvisioningParams parseProperties(String data)