aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-08 17:30:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-08 17:30:07 +0000
commit5ff5978244917418c89e32a2d2da73f5d2316fc2 (patch)
treedce186bf713b26e131e605ae6440886322aab6df
parent119edfa8e7640e62155d78c82c068cf2f80e4ab6 (diff)
parent87365edff38029c682562db38a09d941eeb4308d (diff)
downloadCalendar-5ff5978244917418c89e32a2d2da73f5d2316fc2.tar.gz
Change-Id: Ib4bdf2930e137fa4232abcd8f8d8a60f107dcb76
-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"/>