Fix build harder.

The first build fix removed a missing comma due to a bad conflict
resolution. This one removes a reference to a non-existent
class.

Change-Id: Ie2fd7ac8141f3ec6c34ed5f09e08842d02e7e650
This commit is contained in:
Narayan Kamath
2015-03-16 13:14:56 +00:00
parent 9ee5171330
commit 4fa74486db

View File

@@ -303,7 +303,6 @@ public class SettingsActivity extends Activity
AppNotificationSettings.class.getName(),
OtherSoundSettings.class.getName(),
ApnSettings.class.getName(),
QuickLaunchSettings.class.getName(),
WifiCallingSettings.class.getName()
};