You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intent intent = new Intent("com.microsoft.windows.LAUNCH_URI");
intent.putExtra("com.microsoft.windows.EXTRA_URI", "ms-calculator:");
try {
startActivity(intent);
} catch (ActivityNotFoundException e) {
// Not running in Windows Subsystem for Android™️ (or running on an older build that did not contain this feature).
}
Type of issue
Typo
Feedback
Intent intent = new Intent("com.microsoft.windows.LAUNCH_URI");
intent.putExtra("com.microsoft.windows.EXTRA_URI", "ms-calculator:");
try {
startActivity(intent);
} catch (ActivityNotFoundException e) {
// Not running in Windows Subsystem for Android™️ (or running on an older build that did not contain this feature).
}
Page URL
https://learn.microsoft.com/pt-br/windows/android/wsa/
Content source URL
https://github.com/MicrosoftDocs/windows-dev-docs/blob/docs/hub/android/wsa/index.md
Author
@mattwojo
Document Id
31f9a801-c5b5-94e7-41b9-1b2b4a1d27de
Platform Id
c9a2b47e-a669-c1fa-521f-15d7917c3b75
The text was updated successfully, but these errors were encountered: