aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-20 22:40:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-20 22:40:30 +0000
commit61e146b356da00c36a4f6c0d00f2abd316a21f11 (patch)
tree924a43c23456914f6022b14dee60e10c52fc5fcc
parent59771323be68e55ef066517d2c169710cca9ec76 (diff)
parent7519e5c3b756f6cd4e21b1351a97d444e457f496 (diff)
downloadCalendar-61e146b356da00c36a4f6c0d00f2abd316a21f11.tar.gz
Snap for 10448490 from 7519e5c3b756f6cd4e21b1351a97d444e457f496 to simpleperf-release
Change-Id: Ie03a3f62cf1e8c1e9aee0d5b99778c02021aed03
-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"/>