Created
June 9, 2019 15:11
-
-
Save zmdominguez/0edf12506072ded28d96aa2c63f0a83e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<shortcut …> | |
<intent | |
android:action="android.intent.action.VIEW" | |
android:targetPackage="com.zdominguez.sdksandbox" | |
android:targetClass="com.zdominguez.sdksandbox.MainActivity"> | |
<extra android:name="target_tab" android:value="settings" /> | |
</intent> | |
<intent | |
android:action="android.intent.action.VIEW" | |
android:targetPackage="com.zdominguez.sdksandbox" | |
android:targetClass="com.zdominguez.sdksandbox.DemoActivity"> | |
</intent> | |
</shortcut> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment