Googleio2018 Android Migration

last update: 2018-09-15 00:00:00 +0000


date: 2018-09-15 title: Keywords in “Migrate your existing app to target Android Oreo and above” @ Google I/O 2018 video_id: YyDnYaFtRS0 description: categories:

  • google resources:
  • name: Event Page link: https://events.google.com/io/ type: Video set: google-io-2018 set_order: 6 —

  • targetSDKの話
  • WorkManager
  • BroadcastManager
    • ほとんどの場合、Manifest登録でのアプリ起動はできなくなる
      • There are exceptions of course, it’s android.
  • PからApp Standby Bucketsが導入された。アプリの使用頻度が多いとよりプライオリティの高いバケットへシステムが自動で配置する。アプリがどのバケットにあるかチェック
    • adb shell am get-standby-bucket <package name>

    • non sdk apiをdetectする機能がStrictModeに追加