AndroidMgr: fixed typos and package name
This commit is contained in:
parent
7541c590e5
commit
33ab9ea188
@ -77,7 +77,7 @@ class AsyncServiceHelper
|
|||||||
private LoaderCallbackInterface mUserAppCallback = Callback;
|
private LoaderCallbackInterface mUserAppCallback = Callback;
|
||||||
public String getPackageName()
|
public String getPackageName()
|
||||||
{
|
{
|
||||||
return "OpenCV3 Manager";
|
return "OpenCV Manager";
|
||||||
}
|
}
|
||||||
public void install() {
|
public void install() {
|
||||||
Log.d(TAG, "Trying to install OpenCV Manager via Google Play");
|
Log.d(TAG, "Trying to install OpenCV Manager via Google Play");
|
||||||
@ -123,7 +123,7 @@ class AsyncServiceHelper
|
|||||||
private LoaderCallbackInterface mUserAppCallback = Callback;
|
private LoaderCallbackInterface mUserAppCallback = Callback;
|
||||||
public String getPackageName()
|
public String getPackageName()
|
||||||
{
|
{
|
||||||
return "OpenCV3 Manager";
|
return "OpenCV Manager";
|
||||||
}
|
}
|
||||||
public void install()
|
public void install()
|
||||||
{
|
{
|
||||||
|
@ -356,7 +356,7 @@ public abstract class CameraBridgeViewBase extends SurfaceView implements Surfac
|
|||||||
// NOTE: The order of bitmap constructor and camera connection is important for android 4.1.x
|
// NOTE: The order of bitmap constructor and camera connection is important for android 4.1.x
|
||||||
// Bitmap must be constructed before surface
|
// Bitmap must be constructed before surface
|
||||||
private void onEnterStartedState() {
|
private void onEnterStartedState() {
|
||||||
Log.d(TAG, "call ponEnterStartedState");
|
Log.d(TAG, "call onEnterStartedState");
|
||||||
/* Connect camera */
|
/* Connect camera */
|
||||||
if (!connectCamera(getWidth(), getHeight())) {
|
if (!connectCamera(getWidth(), getHeight())) {
|
||||||
AlertDialog ad = new AlertDialog.Builder(getContext()).create();
|
AlertDialog ad = new AlertDialog.Builder(getContext()).create();
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project name="OpenCV3 Manager" default="help">
|
<project name="OpenCV Manager" default="help">
|
||||||
|
|
||||||
<!-- The local.properties file is created and updated by the 'android' tool.
|
<!-- The local.properties file is created and updated by the 'android' tool.
|
||||||
It contains the path to the SDK. It should *NOT* be checked into
|
It contains the path to the SDK. It should *NOT* be checked into
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">OpenCV3 Manager</string>
|
<string name="app_name">OpenCV Manager</string>
|
||||||
<string name="about">About</string>
|
<string name="about">About</string>
|
||||||
<string name="checkUpdate">Check for update</string>
|
<string name="checkUpdate">Check for update</string>
|
||||||
<string name="intro">OpenCV library is used by other applications for image enhancement, panorama stitching, object detection, recognition and tracking and so on. OpenCV Manager provides the best version of the OpenCV for your hardware. See opencv.org for details.</string>
|
<string name="intro">OpenCV library is used by other applications for image enhancement, panorama stitching, object detection, recognition and tracking and so on. OpenCV Manager provides the best version of the OpenCV for your hardware. See opencv.org for details.</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user