MCPcopy Create free account
hub / github.com/KDE/okular / handleViewIntent

Method handleViewIntent

mobile/android/src/OpenFileActivity.java:63–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 public void handleViewIntent() {
64 final Intent bundleIntent = getIntent();
65 if (bundleIntent == null)
66 return;
67
68 final String action = bundleIntent.getAction();
69 Log.v("Okular", "Starting action: " + action);
70 if (action == "android.intent.action.VIEW") {
71 displayUri(bundleIntent.getData());
72 }
73 }
74}

Callers

nothing calls this directly

Calls 1

displayUriMethod · 0.95

Tested by

no test coverage detected