OSDN Git Service

Add some missing fragments to the whitelist
authorAmith Yamasani <yamasani@google.com>
Mon, 5 Aug 2013 18:02:16 +0000 (11:02 -0700)
committerAmith Yamasani <yamasani@google.com>
Mon, 5 Aug 2013 18:02:16 +0000 (11:02 -0700)
Bug: 10184429
Change-Id: I4b4da5d5f2f4ec64992012e9d15799d195870a8a

src/com/android/settings/Settings.java

index 54f64c8..3977252 100644 (file)
@@ -325,6 +325,8 @@ public class Settings extends PreferenceActivity
         DreamSettings.class.getName(),
         UserSettings.class.getName(),
         NotificationAccessSettings.class.getName(),
+        ManageAccountsSettings.class.getName(),
+        PrintingSettings.class.getName()
     };
 
     @Override