mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
Commiting the Launcher stub
This commit is contained in:
parent
516b8ed918
commit
32cc9492a6
19
src/com/phonegap/demo/CameraLauncher.java
Normal file
19
src/com/phonegap/demo/CameraLauncher.java
Normal file
@ -0,0 +1,19 @@
|
||||
package com.phonegap.demo;
|
||||
|
||||
import android.content.Context;
|
||||
import android.webkit.WebView;
|
||||
|
||||
|
||||
|
||||
public class CameraLauncher {
|
||||
|
||||
private WebView mAppView;
|
||||
private Context mCtx;
|
||||
|
||||
CameraLauncher(WebView view, Context ctx)
|
||||
{
|
||||
mAppView = view;
|
||||
mCtx = ctx;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user