Skip to content

Commit

Permalink
android: No need for the LibreOfficeApplication any more.
Browse files Browse the repository at this point in the history
Better to set the MissingSplitsDetectingApplication directly in the
AndroidManifest.xml...

Change-Id: Ic6d3af3e81ade56d228aaf06ec6bb89e43121fcf
  • Loading branch information
kendy committed Oct 7, 2020
1 parent f4e52a8 commit 9187000
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<uses-permission android:name="android.permission.INTERNET" />

<application
android:name=".LibreOfficeApplication"
android:name="com.google.android.play.core.missingsplits.MissingSplitsDetectingApplication"
android:allowBackup="true"
android:icon="${appIcon}"
android:label="@string/app_name"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
import com.google.android.material.navigation.NavigationView;

import org.libreoffice.androidapp.AboutDialogFragment;
import org.libreoffice.androidapp.LibreOfficeApplication;
import org.libreoffice.androidapp.R;
import org.libreoffice.androidapp.SettingsActivity;
import org.libreoffice.androidapp.SettingsListenerModel;
Expand Down

0 comments on commit 9187000

Please sign in to comment.