Maybe fix issue #7132432: com.android.vending: java.lang.IllegalStateException...

...Can not perform this action after onSaveInstanceState at...
...android.support.v4.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1300)

ActivityFragment should clear the flag that state is saved when it
receives onNewIntent().  This can happen before the activity is
resumed, so we may not have cleared it yet.  Also need to do the same
thing for onActivityResult().

Change-Id: Ied35e09cdf0196bb17d309bf5f2c04d3d480c9f6
1 file changed
tree: 0d9864d0b710385f77ff62a680c5af8c1db3db02
  1. renderscript/
  2. v13/
  3. v4/
  4. v7/
  5. volley/