Snap for 8564071 from a56170cac624f5cd5b5344de8a24b074049d9076 to mainline-tethering-release

Change-Id: Ic967ca86c65c1232aa8a7402cfc98de9219c5cc6
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 @@
[email protected]
 [email protected]
 [email protected]
 [email protected]