aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-25 01:25:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-25 01:25:12 +0000
commit74a8375041155969dca0cf89725e30b28d905473 (patch)
treedce186bf713b26e131e605ae6440886322aab6df
parent39c0647bb04ca168b91ec1cd837b72e532816585 (diff)
parentfb4cab04d581d106ff4cd5797e5d0675349d4a80 (diff)
downloadCalendar-android13-qpr3-s13-release.tar.gz
Change-Id: I2f978f122f907dfa907f03d8fdd4f3e522c0c848
-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"/>