Commit f29c727a authored by Alexander Smorkalov's avatar Alexander Smorkalov

Tag "safe to remove" added to unused packages;

OpenCV Manager version++.
parent 60ad505a
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.opencv.engine" package="org.opencv.engine"
android:versionCode="23@ANDROID_PLATFORM_VERSION_CODE@" android:versionCode="24@ANDROID_PLATFORM_VERSION_CODE@"
android:versionName="2.3" > android:versionName="2.4" >
<uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" /> <uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/> <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
......
...@@ -358,6 +358,8 @@ public class ManagerActivity extends Activity ...@@ -358,6 +358,8 @@ public class ManagerActivity extends Activity
else else
{ {
temp.put("Activity", "n"); temp.put("Activity", "n");
if (!PublicName.equals("Built-in OpenCV library"))
Tags = "safe to remove";
} }
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment