We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c377af6 commit 544abb8Copy full SHA for 544abb8
Java/MDIntegrationApp/app/src/main/AndroidManifest.xml
@@ -28,7 +28,7 @@
28
<category android:name="android.intent.category.LAUNCHER" />
29
</intent-filter>
30
<intent-filter>
31
- <action android:name="com.sample.mdintegrationapp.GET_DIMENSION" />
+ <action android:name="com.guixt.EXTENSIONS_V2" />
32
<category android:name="android.intent.category.DEFAULT" />
33
34
<intent-filter android:autoVerify="true">
@@ -43,4 +43,4 @@
43
44
</activity>
45
</application>
46
-</manifest>
+</manifest>
0 commit comments