|
172 | 172 | android:label="@string/signal" |
173 | 173 | android:icon="@mipmap/ic_signal" |
174 | 174 | android:roundIcon="@mipmap/ic_signal_round" |
| 175 | + android:noHistory="true" |
| 176 | + android:theme="@android:style/Theme.NoDisplay" |
| 177 | + android:enabled="false" |
175 | 178 | android:exported="true"> |
176 | 179 | <intent-filter> |
177 | 180 | <action android:name="android.intent.action.MAIN" /> |
|
185 | 188 | android:label="@string/telegram" |
186 | 189 | android:icon="@mipmap/ic_telegram" |
187 | 190 | android:roundIcon="@mipmap/ic_telegram_round" |
| 191 | + android:noHistory="true" |
| 192 | + android:theme="@android:style/Theme.NoDisplay" |
| 193 | + android:enabled="false" |
188 | 194 | android:exported="true"> |
189 | 195 | <intent-filter> |
190 | 196 | <action android:name="android.intent.action.MAIN" /> |
|
198 | 204 | android:label="@string/threema" |
199 | 205 | android:icon="@mipmap/ic_threema" |
200 | 206 | android:roundIcon="@mipmap/ic_threema_round" |
| 207 | + android:noHistory="true" |
| 208 | + android:theme="@android:style/Theme.NoDisplay" |
| 209 | + android:enabled="false" |
201 | 210 | android:exported="true"> |
202 | 211 | <intent-filter> |
203 | 212 | <action android:name="android.intent.action.MAIN" /> |
|
211 | 220 | android:label="@string/session" |
212 | 221 | android:icon="@mipmap/ic_session" |
213 | 222 | android:roundIcon="@mipmap/ic_session_round" |
| 223 | + android:noHistory="true" |
| 224 | + android:theme="@android:style/Theme.NoDisplay" |
| 225 | + android:enabled="false" |
214 | 226 | android:exported="true"> |
215 | 227 | <intent-filter> |
216 | 228 | <action android:name="android.intent.action.MAIN" /> |
|
0 commit comments