am 5b2f2912: Nuke author tags and update Manifest that I accidentally left out of the previous CL.
Merge commit '5b2f2912bcf4c1a9da9e8120d2788e31b484a848' into gingerbread-plus-aosp * commit '5b2f2912bcf4c1a9da9e8120d2788e31b484a848': Nuke author tags and update Manifest that I
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.apps.tag">
|
||||
<application android:label="Tags">
|
||||
<activity android:name="Tags" android:icon="@drawable/ic_launcher_nfc">
|
||||
<activity android:name="TagBrowserActivity" android:icon="@drawable/ic_launcher_nfc">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN"/>
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
|
||||
@@ -30,7 +30,6 @@ import android.widget.Toast;
|
||||
|
||||
/**
|
||||
* An {@code Activity} which handles a broadcast of a new tag that the device just discovered.
|
||||
* @author nnk@google.com (Nick Kralevich)
|
||||
*/
|
||||
public class SaveTag extends Activity implements DialogInterface.OnClickListener {
|
||||
|
||||
|
||||
@@ -16,20 +16,21 @@
|
||||
|
||||
package com.android.apps.tag;
|
||||
|
||||
import android.content.Context;
|
||||
import android.database.sqlite.SQLiteDatabase;
|
||||
import android.database.sqlite.SQLiteOpenHelper;
|
||||
import android.database.sqlite.SQLiteStatement;
|
||||
import com.google.common.annotations.VisibleForTesting;
|
||||
import com.trustedlogic.trustednfc.android.NdefMessage;
|
||||
import com.trustedlogic.trustednfc.android.NdefRecord;
|
||||
import com.trustedlogic.trustednfc.android.NfcException;
|
||||
|
||||
import android.content.Context;
|
||||
import android.database.sqlite.SQLiteDatabase;
|
||||
import android.database.sqlite.SQLiteOpenHelper;
|
||||
import android.database.sqlite.SQLiteStatement;
|
||||
|
||||
import java.net.URI;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author nnk@google.com (Nick Kralevich)
|
||||
* Database utilities for the saved tags.
|
||||
*/
|
||||
public class TagDBHelper extends SQLiteOpenHelper {
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@ import android.widget.SimpleCursorAdapter;
|
||||
|
||||
/**
|
||||
* An {@code Activity} that displays a flat list of tags that can be "opened".
|
||||
* @author nnk@google.com (Nick Kralevich)
|
||||
*/
|
||||
public class TagList extends ListActivity implements DialogInterface.OnClickListener {
|
||||
private SQLiteDatabase db;
|
||||
|
||||
Reference in New Issue
Block a user