Blame view

app/src/main/AndroidManifest.xml 2.39 KB
af6964e6   Edmur LOPES   create new git
1
2
3
4
5
6
7
  <?xml version="1.0" encoding="utf-8"?>
  <manifest xmlns:android="http://schemas.android.com/apk/res/android"
      package="ssrmarcsautelet.automation.appli.ssrmarcsautelet">
      <uses-permission android:name="android.permission.INTERNET"></uses-permission>
      <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"></uses-permission>
      <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
  
f7f76a9b   rcavalie   adaptation tablette
8
9
10
      <uses-sdk android:minSdkVersion="19"
                android:targetSdkVersion="19"></uses-sdk>
  
af6964e6   Edmur LOPES   create new git
11
12
13
14
      <application
          android:allowBackup="true"
          android:icon="@mipmap/ic_launcher"
          android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
15
  
af6964e6   Edmur LOPES   create new git
16
17
18
19
20
          android:supportsRtl="true"
          android:theme="@style/AppTheme">
          <activity
              android:name=".MainActivity"
              android:label="@string/app_name"
f7f76a9b   rcavalie   adaptation tablette
21
              android:screenOrientation="landscape"
2d1b24f6   rcavalie   modifications pou...
22
              >
af6964e6   Edmur LOPES   create new git
23
24
25
26
27
28
29
30
31
32
33
              <intent-filter>
                  <action android:name="android.intent.action.MAIN" />
  
                  <category android:name="android.intent.category.LAUNCHER" />
              </intent-filter>
          </activity>
  
          <activity android:name=".savoirplus" />
          <activity
              android:name=".activity_age1"
              android:label="@string/app_name"
f7f76a9b   rcavalie   adaptation tablette
34
              android:screenOrientation="landscape"
2d1b24f6   rcavalie   modifications pou...
35
              />
af6964e6   Edmur LOPES   create new git
36
37
38
          <activity
              android:name=".activity_age2"
              android:label="@string/app_name"
f7f76a9b   rcavalie   adaptation tablette
39
              android:screenOrientation="landscape"
2d1b24f6   rcavalie   modifications pou...
40
              />
f7f76a9b   rcavalie   adaptation tablette
41
42
43
          <activity android:name=".activity_age3"
              android:label="SSR Marc Sautelet"
              android:screenOrientation="landscape"/>
af6964e6   Edmur LOPES   create new git
44
45
46
          <activity
              android:name=".educ3"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
47
               />
af6964e6   Edmur LOPES   create new git
48
49
50
          <activity
              android:name=".educ2"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
51
              />
af6964e6   Edmur LOPES   create new git
52
53
54
          <activity
              android:name=".educ1"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
55
              />
af6964e6   Edmur LOPES   create new git
56
57
58
          <activity
              android:name=".activity_hop"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
59
              />
af6964e6   Edmur LOPES   create new git
60
          <activity
21f011f1   rcavalie   mot de passe tele...
61
62
63
64
              android:name=".activity_val"
              android:label="@string/app_name"
              />
          <activity
af6964e6   Edmur LOPES   create new git
65
66
67
68
69
70
              android:name=".plan_hospital"
              android:label="@string/app_name"
              android:screenOrientation="landscape" />
      </application>
  
  </manifest>