~peta-power-group/robodj/RoboDJ

« back to all changes in this revision

Viewing changes to source/RoboDJ-clients/android/AndroidManifest.xml

  • Committer: mat
  • Date: 2010-09-22 22:17:22 UTC
  • Revision ID: matija_net@net.hr-20100922221722-lc8cbqoshpn39usw
Dodao android i java klijenta (GUI aplikacija). I python skriptu i C# gui za testiranje servera.

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="hello.java"
 
4
      android:versionCode="1"
 
5
      android:versionName="1.0">
 
6
      <uses-permission android:name="android.permission.INTERNET" />
 
7
    <application android:icon="@drawable/icon" android:label="@string/app_name">
 
8
        <activity android:name=".start"
 
9
                          android:screenOrientation="portrait"
 
10
                  android:label="@string/app_name">
 
11
            <intent-filter>
 
12
                <action android:name="android.intent.action.MAIN" />
 
13
                <category android:name="android.intent.category.LAUNCHER" />
 
14
            </intent-filter>
 
15
        </activity>
 
16
 
 
17
    </application>
 
18
    <uses-sdk android:minSdkVersion="4" />
 
19
 
 
20
</manifest> 
 
 
b'\\ No newline at end of file'