diff options
| author | 2018-01-11 13:30:05 +0000 | |
|---|---|---|
| committer | 2018-01-11 13:30:05 +0000 | |
| commit | bd76bebadeae955db670b2d118cf5c0e3eac9046 (patch) | |
| tree | 475813100a7c907aee7917466dd26611d55336aa | |
| parent | 3096bc63111a02d3347f52c6192499bd34294c94 (diff) | |
| parent | eea3e937dc87c2b164623bf81704da052b636a60 (diff) | |
Merge "Rename ownership transfer related constants from "*OWNER" to "*OWNERSHIP"."
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 060d66465728..4bf1cb05a374 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 --> |