So it appears that this is the old (3.5) behaviour:
v4.Fragment.setHasOptionsMenu()
-> SupportActivity.invalidateOptionsMenu()
-> dispatchCreateOptionsMenu()
The new behaviour is (I'm only looking at the r6 source, since I can't
see the rebuilt support package):
v4.Fragment.setHasOptionsMenu()
->FragmentActivity.supportInvalidateOptionsMenu()
-> has some hack on <3.x platforms
Jake, is the rebuilt support package source up somewhere? Or is the
above enough info? Or, have I totally missed something?
Cheers
James