Skip to content

Commit a4f35fc

Browse files
committed
updates
1 parent 77bc036 commit a4f35fc

102 files changed

Lines changed: 563 additions & 684 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

External Plug-in Libraries/.searchable

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

aaa.test/src/aaaa/test/MainActivity.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

android.demo.test/AndroidManifest.xml

Lines changed: 0 additions & 19 deletions
This file was deleted.

android.demo.test/res/values/strings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

android.demo.test/src/android/demo/test/Test.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

android.demo/AndroidManifest.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="android.demo"
4-
android:versionCode="2"
4+
android:versionCode="1"
55
android:versionName="1.0" >
66

77
<uses-sdk android:minSdkVersion="15" />
88

9-
<uses-permission android:name="android.permission.INTERNET" />
10-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
11-
129
<application
1310
android:icon="@drawable/ic_launcher"
1411
android:label="@string/app_name" >
1512
<activity
16-
android:name="MainActivity"
13+
android:name=".MainActivity"
1714
android:label="@string/app_name" >
1815
<intent-filter>
1916
<action android:name="android.intent.action.MAIN" />
2017

2118
<category android:name="android.intent.category.LAUNCHER" />
2219
</intent-filter>
2320
</activity>
24-
<activity
25-
android:name="SecondActivity"
26-
android:label="@string/app_name" >
21+
<activity android:name="NextActivity" >
22+
</activity>
23+
<activity android:name="SendReceiverActivity" >
2724
<intent-filter>
2825
<action android:name="android.intent.action.SEND" />
2926

android.demo/build.xml

Lines changed: 0 additions & 85 deletions
This file was deleted.

android.demo/local.properties

Lines changed: 0 additions & 10 deletions
This file was deleted.

android.demo/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
# project structure.
99

1010
# Project target.
11-
target=android-15
11+
target=Google Inc.:Google APIs:15
-4.05 KB
Binary file not shown.

0 commit comments

Comments
 (0)