Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1bb7180 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 3bf5c4cd: Merge "fix markup error bug:2871538" into froyo

Merge commit '3bf5c4cd' into gingerbread

* commit '3bf5c4cd':
  fix markup error
parents 6d0fec2d 3bf5c4cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -256,8 +256,8 @@ page.title=Activity and Task Design Guidelines
  to be able go to a subsequent screen B and then use the BACK key to go
  back to screen A, then the screen A needs to be implemented as an
  activity. The one exception to this rule is if your application 
  <a href=#taking_over_back_key title="takes control of the BACK key"
  takes control of the BACK key</a> and manages the navigation itself.
  <a href="#taking_over_back_key">takes control of the BACK key</a> and manages the navigation
itself.
</p>