The build on the master branch is failing due to a Lint error. The report indicates that TransmitFragment needs to have a default constructor since every Fragment must be able to restore its activity state. (see [http://developer.android.com/reference/android/app/Fragment.html#Fragment() android's Fragment documentation]).
Imported from trac #26.
The build on the master branch is failing due to a Lint error. The report indicates that TransmitFragment needs to have a default constructor since every Fragment must be able to restore its activity state. (see [http://developer.android.com/reference/android/app/Fragment.html#Fragment() android's Fragment documentation]).
Reported by: @lcasburn
Component: demo-app
CC: creswick,lcasburn
Report Upstream:
Authors: ?
Dependencies:
Work issues:
Reviewers:
Merged in:
Attachments: