Follow API changes.

Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
This commit is contained in:
Dianne Hackborn
2011-01-17 12:31:08 -08:00
parent d8865cc32c
commit 0d11c9c345
17 changed files with 31 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ public class FragmentPreferences extends Activity {
super.onCreate(savedInstanceState);
// Display the fragment as the main content.
getFragmentManager().openTransaction().replace(android.R.id.content,
getFragmentManager().beginTransaction().replace(android.R.id.content,
new PrefsFragment()).commit();
}