30
30
<uses-sdk />
31
31
32
32
<application
33
- android : name =" .main. App"
33
+ android : name =" .App"
34
34
android : allowBackup =" true"
35
35
android : icon =" @drawable/netpowerctrl"
36
36
android : label =" @string/app_name"
76
76
android : launchMode =" singleInstance"
77
77
android : noHistory =" true"
78
78
android : theme =" @style/Theme.AppCompat.Translucent" >
79
- <intent-filter >
80
- <action android : name =" android.intent.action.MAIN" />
81
- </intent-filter >
82
79
<intent-filter >
83
80
<action android : name =" android.nfc.action.NDEF_DISCOVERED" />
84
81
<category android : name =" android.intent.category.DEFAULT" />
89
86
<activity
90
87
android : name =" oly.netpowerctrl.widget.ConfigExecutableActivity"
91
88
android : configChanges =" orientation|screenSize|keyboardHidden|layoutDirection"
92
- android : theme =" @style/Theme.StartTheme" >
89
+ android : launchMode =" singleInstance"
90
+ android : theme =" @style/Theme.CustomLightThemeDialog" >
93
91
<intent-filter >
94
92
<action android : name =" android.appwidget.action.APPWIDGET_CONFIGURE" />
95
93
</intent-filter >
98
96
<activity
99
97
android : name =" oly.netpowerctrl.widget.ConfigGroupActivity"
100
98
android : configChanges =" orientation|screenSize|keyboardHidden|layoutDirection"
101
- android : theme =" @style/Theme.StartTheme" >
99
+ android : launchMode =" singleInstance"
100
+ android : theme =" @style/Theme.CustomLightThemeDialog" >
102
101
<intent-filter >
103
102
<action android : name =" android.appwidget.action.APPWIDGET_CONFIGURE" />
104
103
</intent-filter >
129
128
android : description =" @string/shortcut_existing_executable_desc"
130
129
android : icon =" @drawable/netpowerctrl"
131
130
android : label =" @string/shortcut_existing_executable"
132
- android : theme =" @android:style/Theme.Dialog"
131
+ android : launchMode =" singleInstance"
132
+ android : theme =" @style/Theme.CustomLightThemeDialog"
133
133
android : windowSoftInputMode =" stateHidden" >
134
134
<intent-filter >
135
135
<action android : name =" android.intent.action.CREATE_SHORTCUT" />
176
176
<service
177
177
android : name =" .status_bar.AndroidStatusBarService"
178
178
android : exported =" false" />
179
-
180
- <receiver
181
- android : name =" .timer.BootCompletedReceiver"
182
- android : enabled =" false" >
183
- <intent-filter >
184
- <action android : name =" android.intent.action.BOOT_COMPLETED" />
185
- </intent-filter >
186
- </receiver >
187
-
188
179
</application >
189
180
</manifest >
0 commit comments