~ubuntu-branches/ubuntu/precise/csound/precise

« back to all changes in this revision

Viewing changes to android/CsoundAndroid/AndroidManifest.xml

  • Committer: Package Import Robot
  • Author(s): Felipe Sateler
  • Date: 2012-04-19 09:26:46 UTC
  • mfrom: (3.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20120419092646-96xbj1n6atuqosk2
Tags: 1:5.17.6~dfsg-1
* New upstream release
 - Do not build the wiimote opcodes (we need wiiuse).
* Add new API function to symbols file
* Disable lua opcodes, they were broken. Requires OpenMP to be enabled.
* Backport fixes from upstream:
  - Link dssi4cs with dl. Backport
  - Fix building of CsoundAC

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 
3
    package="com.csounds"
 
4
    android:versionCode="1"
 
5
    android:versionName="1.0" 
 
6
    android:installLocation="auto">
 
7
 
 
8
    <uses-sdk android:minSdkVersion="9" />
 
9
 
 
10
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
 
11
        
 
12
 <!-- MODIFY_AUDIO_SETTINGS is needed to use audio effects such as environmental reverb -->
 
13
    <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>
 
14
        <uses-permission android:name="android.permission.RECORD_AUDIO" />
 
15
</manifest>
 
 
b'\\ No newline at end of file'