Skip to content
Snippets Groups Projects
Commit 52897424 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Extensions connection for debug builds only

parent d97d92dc
No related branches found
No related tags found
No related merge requests found
......@@ -259,7 +259,8 @@ public class MainActivity extends ContentActivity implements FilterQueryProvider
@Override
protected void onStart() {
super.onStart();
createExtensionServiceConnection();
if (BuildConfig.DEBUG)
createExtensionServiceConnection();
}
@Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment