week (March 9th) • 5 preview updates planned ◦ ~ 1 a month planned ◦ Final APIs in June ◦ Apps can submit to the Play Store in June • Planned to be released Q3
default ◦ To opt-out, target N set android:resizeableActivity = ”false” • On focus change, onPause/onResume will be called • New Manifest layout parameters, new Activity methods, new Intent flag • More information should be available at Google I/O
multiple Locales (eg. bilingual users selecting English and Spanish) • Make sure your app does not have gaps in translations • Look for uses of android.R.string.* • Resolution strategy has changed ◦ Tries to display strings in correct language, even if country/region doesn’t match
size and whether to enable Talk Back at device setup • Users can quickly switch font size • Handle font size changes • Use android:contentDescription when needed
is now more aggressive. Will now activate even if device is moving. ◦ Use JobScheduler to make sure your work happens during the maintenance windows • CONNECTIVITY_ACTION Broadcast is removed ◦ Only foreground apps can monitor changes in network connectivity • Apps can query Data Saver settings