diff options
author | Alexandra Gherghina <alexgherghina@google.com> | 2014-07-25 21:32:18 +0100 |
---|---|---|
committer | Alexandra Gherghina <alexgherghina@google.com> | 2014-07-29 15:21:01 +0000 |
commit | 1f33d77f0430efb2d7eb532e360ba9a30004ffe7 (patch) | |
tree | d6941ab952028680bba6564c1d18a08ef0d5183d /core/res/AndroidManifest.xml | |
parent | 7299bc1305db0de9531b0d875769735a0ebfa2bd (diff) | |
download | frameworks_base-1f33d77f0430efb2d7eb532e360ba9a30004ffe7.zip frameworks_base-1f33d77f0430efb2d7eb532e360ba9a30004ffe7.tar.gz frameworks_base-1f33d77f0430efb2d7eb532e360ba9a30004ffe7.tar.bz2 |
Rename work icon symbol to match the prefix used for badges.
Also renames the images for consistency.
Bug: 16369104
Change-Id: I19f97ae22cb2ee4f7db210f083badc1a30520b44
Diffstat (limited to 'core/res/AndroidManifest.xml')
-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 97caf33..38dccbe 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2847,7 +2847,7 @@ </activity-alias> <activity-alias android:name="com.android.internal.app.ForwardIntentToManagedProfile" android:targetActivity="com.android.internal.app.IntentForwarderActivity" - android:icon="@drawable/ic_afw_icon" + android:icon="@drawable/ic_corp_icon" android:exported="true" android:label="@string/managed_profile_label"> </activity-alias> |