Move SettingsLib icons to android.
Bug: 122263617 Test: make Change-Id: Ia2ab06561824656951fbd0019e9c921442c714e1
This commit is contained in:
@@ -55,7 +55,7 @@ public class LocationSlice implements CustomSliceable {
|
||||
@Override
|
||||
public Slice getSlice() {
|
||||
final IconCompat icon = IconCompat.createWithResource(mContext,
|
||||
R.drawable.ic_signal_location);
|
||||
com.android.internal.R.drawable.ic_signal_location);
|
||||
final CharSequence title = mContext.getText(R.string.location_settings_title);
|
||||
@ColorInt final int color = Utils.getColorAccentDefaultColor(mContext);
|
||||
final PendingIntent primaryAction = getPrimaryAction();
|
||||
|
Reference in New Issue
Block a user