summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:25:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 07:25:40 +0000
commit4ec82257eab25b6d3c89438f20b9745fb9676560 (patch)
tree0a0b0efda6833924cb9bff895730c5da04482c0a
parentd2894e3b45dcbd4bfed9cd482d51833b72853411 (diff)
parenta56170cac624f5cd5b5344de8a24b074049d9076 (diff)
downloadUniversalMediaPlayer-android13-mainline-os-statsd-release.tar.gz
Change-Id: If10b11395fda16a8335421da70001769a840fcff
-rw-r--r--Android.bp6
-rw-r--r--AndroidManifest.xml3
-rw-r--r--OWNERS1
3 files changed, 8 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index b12b53c..72f55a7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,10 +14,14 @@
* limitations under the License.
*/
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
android_app {
name: "UniversalMediaPlayer",
min_sdk_version: "24", // TODO(b/123716038) Sync min SDK version with build.gradle
- sdk_version: "28",
+ sdk_version: "31",
srcs: [
"gen/**/*.java", // TODO(b/123702784) Remove gen/ (either generate or remove dependencies)
"java/**/*.java"
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 83c29c2..c639fd2 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -34,6 +34,7 @@
<activity
android:name=".activity.PumpActivity"
+ android:exported="true"
android:screenOrientation="portrait">
<intent-filter>
@@ -78,6 +79,7 @@
<activity
android:name=".activity.AudioPlayerActivity"
+ android:exported="true"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
@@ -92,6 +94,7 @@
<activity
android:name=".activity.VideoPlayerActivity"
+ android:exported="true"
android:configChanges="keyboardHidden|orientation|screenSize">
<intent-filter>
diff --git a/OWNERS b/OWNERS
index 07a0156..cddf4a4 100644
--- a/OWNERS
+++ b/OWNERS
@@ -1,4 +1,3 @@
-akersten@google.com
gyumin@google.com
jinpark@google.com
sungsoo@google.com