Closed konklone closed 13 years ago
Can't convert the analytics code in NotificationSettings, not until they either support PreferenceFragments in the compatibility library (which Dianne Hackborn indicates is unlikely), or we start targeting only 3.0 and up (not likely for a long time).
See if we can change this into an invisible fragment that manages its own state, and lessen the footprint that each activity has to deal with it. Right now, we have to track a boolean "tracked" so that the tracker doesn't send another hit when the screen is flipped. Can we remove that?