1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
- package =" org.buildmlearn.toolkit" >
3
+ package =" org.buildmlearn.toolkit" >
4
4
5
5
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
6
6
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
17
17
android : icon =" @mipmap/ic_launcher"
18
18
android : label =" @string/app_name"
19
19
android : supportsRtl =" true"
20
- android : theme =" @style/AppTheme" >
20
+ android : theme =" @style/AppTheme" >
21
21
<activity
22
22
android : name =" .activity.HomeActivity"
23
23
android : configChanges =" orientation|screenSize"
24
24
android : label =" @string/app_name"
25
- android : theme =" @style/NoActionBarThemeTransparentStatusBar" >
26
- </activity >
25
+ android : theme =" @style/NoActionBarThemeTransparentStatusBar" ></activity >
27
26
<activity
28
27
android : name =" .simulator.Simulator"
29
28
android : label =" @string/title_activity_simulator"
33
32
android : name =" .activity.TemplateActivity"
34
33
android : label =" @string/title_activity_template"
35
34
android : parentActivityName =" .activity.HomeActivity"
36
- android : theme =" @style/AppTheme.NoActionBar" >
35
+ android : theme =" @style/AppTheme.NoActionBar" >
37
36
<meta-data
38
37
android : name =" android.support.PARENT_ACTIVITY"
39
38
android : value =" org.buildmlearn.toolkit.activity.HomeActivity" />
42
41
android : name =" .activity.TemplateEditor"
43
42
android : configChanges =" orientation|screenSize"
44
43
android : label =" @string/title_activity_template_editor"
45
- android : theme =" @style/AppTheme.NoActionBar" >
46
- </activity >
44
+ android : theme =" @style/AppTheme.NoActionBar" ></activity >
47
45
48
46
<meta-data
49
47
android : name =" io.fabric.ApiKey"
52
50
<activity
53
51
android : name =" .activity.FirstRunActivity"
54
52
android : label =" @string/app_name"
55
- android : theme =" @style/Buildmlearn.FullScreen "
56
- android : windowSoftInputMode =" adjustPan" >
53
+ android : theme =" @style/SplashTheme "
54
+ android : windowSoftInputMode =" adjustPan" >
57
55
<intent-filter >
58
56
<action android : name =" android.intent.action.MAIN" />
59
57
63
61
<activity
64
62
android : name =" .activity.TutorialActivity"
65
63
android : label =" @string/title_activity_tutorial"
66
- android : theme =" @style/Buildmlearn.FullScreen" >
67
- </activity >
64
+ android : theme =" @style/Buildmlearn.FullScreen" ></activity >
68
65
<activity
69
66
android : name =" .activity.AboutBuildmLearn"
70
67
android : label =" @string/title_activity_about_buildm_learn"
71
68
android : parentActivityName =" .activity.HomeActivity"
72
- android : theme =" @style/AppTheme.NoActionBar" >
69
+ android : theme =" @style/AppTheme.NoActionBar" >
73
70
<meta-data
74
71
android : name =" android.support.PARENT_ACTIVITY"
75
72
android : value =" org.buildmlearn.toolkit.activity.HomeActivity" />
76
73
</activity >
77
74
<activity
78
75
android : name =" .activity.DeepLinkerActivity"
79
- android : label =" @string/title_activity_deep_linker" >
76
+ android : label =" @string/title_activity_deep_linker" >
80
77
<intent-filter
81
78
android : icon =" @mipmap/ic_launcher"
82
79
android : label =" @string/app_name"
83
- android : priority =" 1" >
80
+ android : priority =" 1" >
84
81
<action android : name =" android.intent.action.VIEW" />
85
82
86
83
<category android : name =" android.intent.category.DEFAULT" />
91
88
<data android : pathPattern =" .*\\.buildmlearn" />
92
89
</intent-filter >
93
90
</activity >
94
- <activity
95
- android : name =" .activity.SettingsLinkerActivity" >
91
+ <activity android : name =" .activity.SettingsLinkerActivity" >
96
92
<intent-filter >
97
93
<action android : name =" android.intent.action.MAIN" />
94
+
98
95
<category android : name =" android.intent.category.NOTIFICATION_PREFERENCES" />
99
96
</intent-filter >
100
97
</activity >
101
98
</application >
102
99
103
- </manifest >
100
+ </manifest >
0 commit comments