Also change folder name in audio_device test
Review URL: http://webrtc-codereview.appspot.com/105002 git-svn-id: http://webrtc.googlecode.com/svn/trunk@351 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
a9b48c3b64
commit
911e36c525
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:versionCode="1"
|
|
||||||
android:versionName="1.0" package="org.webrtc.voiceengine.test">
|
|
||||||
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
|
|
||||||
<activity android:label="@string/app_name" android:name="AudioDeviceAndroidTest">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.MAIN" />
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
|
|
||||||
</application>
|
|
||||||
|
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="3"></uses-sdk>
|
|
||||||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>
|
|
||||||
<uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>
|
|
||||||
</manifest>
|
|
@ -1,9 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:orientation="vertical"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="fill_parent"
|
|
||||||
>
|
|
||||||
|
|
||||||
<Button android:text="@string/run_button" android:id="@+id/Button01" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
|
|
||||||
</LinearLayout>
|
|
@ -1 +0,0 @@
|
|||||||
../../../../../../../source/Android/org/webrtc/voiceengine/AudioDeviceAndroid.java
|
|
@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:versionCode="1"
|
||||||
|
android:versionName="1.0" package="org.webrtc.voiceengine.test">
|
||||||
|
<application android:icon="@drawable/icon"
|
||||||
|
android:label="@string/app_name"
|
||||||
|
android:debuggable="true">
|
||||||
|
<activity android:label="@string/app_name"
|
||||||
|
android:name="AudioDeviceAndroidTest">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
</application>
|
||||||
|
|
||||||
|
<uses-sdk android:minSdkVersion="3"></uses-sdk>
|
||||||
|
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS">
|
||||||
|
</uses-permission>
|
||||||
|
<uses-permission android:name="android.permission.RECORD_AUDIO">
|
||||||
|
</uses-permission>
|
||||||
|
</manifest>
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 2.5 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:orientation="vertical"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="fill_parent">
|
||||||
|
|
||||||
|
<Button android:text="@string/run_button"
|
||||||
|
android:id="@+id/Button01"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content">
|
||||||
|
</Button>
|
||||||
|
</LinearLayout>
|
@ -0,0 +1 @@
|
|||||||
|
../../../../../../../source/android/org/webrtc/voiceengine/AudioDeviceAndroid.java
|
Loading…
Reference in New Issue
Block a user