Blame view

app/src/main/AndroidManifest.xml 2.34 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"
2d1b24f6   rcavalie   modifications pou...
21
              >
af6964e6   Edmur LOPES   create new git
22
23
24
25
26
27
28
29
30
31
32
              <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
33
              android:screenOrientation="landscape"
2d1b24f6   rcavalie   modifications pou...
34
              />
af6964e6   Edmur LOPES   create new git
35
36
37
          <activity
              android:name=".activity_age2"
              android:label="@string/app_name"
f7f76a9b   rcavalie   adaptation tablette
38
              android:screenOrientation="landscape"
2d1b24f6   rcavalie   modifications pou...
39
              />
f7f76a9b   rcavalie   adaptation tablette
40
41
42
          <activity android:name=".activity_age3"
              android:label="SSR Marc Sautelet"
              android:screenOrientation="landscape"/>
af6964e6   Edmur LOPES   create new git
43
44
45
          <activity
              android:name=".educ3"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
46
               />
af6964e6   Edmur LOPES   create new git
47
48
49
          <activity
              android:name=".educ2"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
50
              />
af6964e6   Edmur LOPES   create new git
51
52
53
          <activity
              android:name=".educ1"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
54
              />
af6964e6   Edmur LOPES   create new git
55
56
57
          <activity
              android:name=".activity_hop"
              android:label="@string/app_name"
2d1b24f6   rcavalie   modifications pou...
58
              />
af6964e6   Edmur LOPES   create new git
59
          <activity
21f011f1   rcavalie   mot de passe tele...
60
61
62
63
              android:name=".activity_val"
              android:label="@string/app_name"
              />
          <activity
af6964e6   Edmur LOPES   create new git
64
65
66
67
68
69
              android:name=".plan_hospital"
              android:label="@string/app_name"
              android:screenOrientation="landscape" />
      </application>
  
  </manifest>