aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2023-06-21 15:16:03 -0700
committerXin Li <delphij@google.com>2023-06-21 15:16:03 -0700
commit7519e5c3b756f6cd4e21b1351a97d444e457f496 (patch)
tree924a43c23456914f6022b14dee60e10c52fc5fcc
parentd40fa9f151bb7cb8ae01c894c21d2b24511d6dd4 (diff)
parent3c3bb74b69468aa8b203f3e06798ddf8c5d275b2 (diff)
downloadCalendar-7519e5c3b756f6cd4e21b1351a97d444e457f496.tar.gz
Merge Android 13 QPR3
Bug: 275386652 Merged-In: I6cf7b9cddff02e51e5a1feaec156998bba8e0435 Change-Id: I32584b43517040a7a38d084a977a34f35c36d64c
-rw-r--r--Android.bp2
-rw-r--r--AndroidManifest.xml1
2 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index ccddad5..09d04ba 100644
--- a/Android.bp
+++ b/Android.bp
@@ -22,7 +22,7 @@ android_app {
srcs: ["src/**/*.java"],
resource_dirs: ["res"],
sdk_version: "current",
- target_sdk_version: "29",
+ target_sdk_version: "current",
min_sdk_version: "28",
optimize: {
enabled: false,
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 56ce764..f3504fb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,6 +29,7 @@
android:supportsRtl="true">
<activity android:name=".CarCalendarActivity"
+ android:exported="true"
android:launchMode="singleTask">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>