summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-prod (mdb) <android-build-team-robot@google.com>2020-05-27 21:06:08 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-05-27 21:06:08 +0000
commit14d4f833f708aa7f3d0209aa250b6a15a21ed3fb (patch)
tree9ca81c34287f86078e3804ce742edd1e2e5b2623
parent66c2840044d7b859a4920d0a4d4d02aef9e80b81 (diff)
parentda79812de2efaed8b305be52546da5a6967497a0 (diff)
downloadSoundRecorder-sdk-release.tar.gz
Merge "Snap for 6533464 from 1234347a82a6d94629c9f485846b7352e816652b to sdk-release" into sdk-releaseplatform-tools-30.0.3platform-tools-30.0.2sdk-release
-rw-r--r--AndroidManifest.xml31
-rw-r--r--MODULE_LICENSE_APACHE20
2 files changed, 16 insertions, 15 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 11d9f6e..9115531 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,28 +15,29 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.soundrecorder">
+ package="com.android.soundrecorder">
- <original-package android:name="com.android.soundrecorder" />
+ <original-package android:name="com.android.soundrecorder"/>
- <uses-permission android:name="android.permission.RECORD_AUDIO" />
- <uses-permission android:name="android.permission.INTERNET" />
- <uses-permission android:name="android.permission.WAKE_LOCK" />
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+ <uses-permission android:name="android.permission.RECORD_AUDIO"/>
+ <uses-permission android:name="android.permission.INTERNET"/>
+ <uses-permission android:name="android.permission.WAKE_LOCK"/>
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<application android:label="@string/app_name"
- android:icon="@drawable/ic_launcher_soundrecorder"
- android:usesCleartextTraffic="false">
+ android:icon="@drawable/ic_launcher_soundrecorder"
+ android:usesCleartextTraffic="false">
<activity android:name="SoundRecorder"
- android:configChanges="orientation|screenSize|keyboardHidden"
- android:screenOrientation="unspecified"
- android:clearTaskOnLaunch="true"
- android:theme="@style/Theme.SoundRecorder">
+ android:configChanges="orientation|screenSize|keyboardHidden"
+ android:screenOrientation="unspecified"
+ android:clearTaskOnLaunch="true"
+ android:theme="@style/Theme.SoundRecorder"
+ android:exported="true">
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
+ <action android:name="android.intent.action.MAIN"/>
</intent-filter>
<intent-filter>
- <action android:name="android.provider.MediaStore.RECORD_SOUND" />
- <category android:name="android.intent.category.DEFAULT" />
+ <action android:name="android.provider.MediaStore.RECORD_SOUND"/>
+ <category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
</application>
diff --git a/MODULE_LICENSE_APACHE2 b/MODULE_LICENSE_APACHE2
deleted file mode 100644
index e69de29..0000000
--- a/MODULE_LICENSE_APACHE2
+++ /dev/null