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
Copy file name to clipboardExpand all lines: app/ng-framework-modules-category/application/app-using-android-specifics/app-using-android-specifics.component.ts
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ export class AppUsingAndroidExampleComponent {
26
26
letpackageName=androidApp.packageName;// The package ID e.g. org.nativescript.nativescriptsdkexamplesng
27
27
letnativeApp=androidApp.nativeApp;// The native APplication reference
28
28
letforegroundActivity=androidApp.foregroundActivity;// The current Activity reference
29
-
letcurrentContext=androidApp.currentContext;// The current Android context
30
29
letcontext=androidApp.context;console.log(context);// The current Android context
Copy file name to clipboardExpand all lines: app/ng-framework-modules-category/application/app-using-ios-specifics/app-using-ios-specifics.component.ts
0 commit comments