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

Commit 8e95f508 authored by Massimo Carli's avatar Massimo Carli
Browse files

[1/n] Create flag for DisplayMetrics.DENSITY_390 API

Bug: 297550533
Test: Manual

Change-Id: I916f2f268b301c0644d339dc77b988a97f9334cc
parent 123cbf80
Loading
Loading
Loading
Loading
+9 −1
Original line number Original line Diff line number Diff line
@@ -15,3 +15,11 @@ flag {
  bug: "302387383"
  bug: "302387383"
  is_fixed_read_only: true
  is_fixed_read_only: true
}
}

flag {
  name: "density_390_api"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether the API DisplayMetrics.DENSITY_390 is available"
  bug: "297550533"
  is_fixed_read_only: true
}