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:
@@ -303,7 +303,6 @@ public class SettingsActivity extends Activity
|
|||||||
AppNotificationSettings.class.getName(),
|
AppNotificationSettings.class.getName(),
|
||||||
OtherSoundSettings.class.getName(),
|
OtherSoundSettings.class.getName(),
|
||||||
ApnSettings.class.getName(),
|
ApnSettings.class.getName(),
|
||||||
QuickLaunchSettings.class.getName(),
|
|
||||||
WifiCallingSettings.class.getName()
|
WifiCallingSettings.class.getName()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user