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

Commit 08a11a77 authored by Przemyslaw Szczepaniak's avatar Przemyslaw Szczepaniak
Browse files

Enforce deprecation policy for apps.

Android platform drops support for apps that target a
very old API level. Apps targeting version earlier than
Android Jelly Bean MR1 (2012) will show a warning dialog
when starting an activity.

Test: atest CtsActivityManagerDeviceTestCases:DeprecatedTargetSdkTest
Bug: 63926630
Change-Id: Ia849d67339d5172c09960725b6b1e200df0307d1
parent afb35792
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,5 +284,5 @@ ifndef PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION
  # Used to set minimum supported target sdk version. Apps targeting sdk
  # version lower than the set value will fail to install and run on android
  # device.
  PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 0
  PLATFORM_MIN_SUPPORTED_TARGET_SDK_VERSION := 17
endif