Skip to content

Instantly share code, notes, and snippets.

@zmdominguez
Created June 9, 2019 15:11
Show Gist options
  • Save zmdominguez/0edf12506072ded28d96aa2c63f0a83e to your computer and use it in GitHub Desktop.
Save zmdominguez/0edf12506072ded28d96aa2c63f0a83e to your computer and use it in GitHub Desktop.
<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