Follow API changes.
Change-Id: Ieb1df7fc0708f22aae3d851f74ade1343eb44e08
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user