Rename ownership transfer related constants from "*OWNER" to "*OWNERSHIP".

Change-Id: I70180c66d546521c95488bfbebed1b03fe69422c
Test: None
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 060d664..4bf1cb0 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -574,7 +574,7 @@
 
     <!-- Added in P -->
     <protected-broadcast android:name="android.app.action.PROFILE_OWNER_CHANGED" />
-    <protected-broadcast android:name="android.app.action.TRANSFER_OWNER_COMPLETE" />
+    <protected-broadcast android:name="android.app.action.TRANSFER_OWNERSHIP_COMPLETE" />
 
     <!-- ====================================================================== -->
     <!--                          RUNTIME PERMISSIONS                           -->