We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f86cd98 commit 3bf0233Copy full SHA for 3bf0233
app/src/main/java/eu/basicairdata/graziano/gpslogger/ExternalViewerChecker.java
@@ -27,7 +27,6 @@
27
import android.content.pm.PackageManager;
28
import android.content.pm.ResolveInfo;
29
import android.net.Uri;
30
-import android.util.Log;
31
32
import androidx.core.content.FileProvider;
33
@@ -174,7 +173,7 @@ public void makeExternalViewersList() {
174
173
aInfo.fileType = ft.fileType;
175
aInfo.icon = tmpRI.activityInfo.applicationInfo.loadIcon(pm);
176
externalViewerList.add(aInfo);
177
- Log.w("myApp", "[#] ExternalViewerChecker.java - + " + tmpRI.activityInfo.applicationInfo.packageName);
+ //Log.w("myApp", "[#] ExternalViewerChecker.java - + " + tmpRI.activityInfo.applicationInfo.packageName);
178
}
179
180
0 commit comments