Skip to content

Commit 544abb8

Browse files
authored
Replace GET_DIMENSION action with EXTENSIONS_V2
1 parent c377af6 commit 544abb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Java/MDIntegrationApp/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<category android:name="android.intent.category.LAUNCHER" />
2929
</intent-filter>
3030
<intent-filter>
31-
<action android:name="com.sample.mdintegrationapp.GET_DIMENSION" />
31+
<action android:name="com.guixt.EXTENSIONS_V2" />
3232
<category android:name="android.intent.category.DEFAULT" />
3333
</intent-filter>
3434
<intent-filter android:autoVerify="true">
@@ -43,4 +43,4 @@
4343
</intent-filter>
4444
</activity>
4545
</application>
46-
</manifest>
46+
</manifest>

0 commit comments

Comments
 (0)