Remove displaying of WifiCalling twice in Settings search.
+ WifiCalling was getting displayed twice due to addition of WifiCallingSettings screen in Settings ranking & index files. + This also solves issue of displaying WifiCalling option in non supported carrier/platform. Bug: 25669303 Change-Id: I179128d1f3c876a4d3f826e0365cbb2b761d57dd
This commit is contained in:
@@ -110,7 +110,6 @@ public final class Ranking {
|
||||
|
||||
// Other wireless settinfs
|
||||
sRankMap.put(WirelessSettings.class.getName(), RANK_WIRELESS);
|
||||
sRankMap.put(WifiCallingSettings.class.getName(), RANK_WIRELESS);
|
||||
|
||||
// Home
|
||||
sRankMap.put(HomeSettings.class.getName(), RANK_HOME);
|
||||
|
Reference in New Issue
Block a user