replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / notification / examples / android / NotiConsumerExample / app / src / main / AndroidManifest.xml
index fe09e0e..788bdd8 100755 (executable)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"\r
-    package="com.sec.noticonsumerexample">\r
+    package="org.iotivity.service.ns.sample.consumer">\r
 \r
     <uses-feature android:name="android.hardware.nfc" />\r
     <uses-permission android:name="android.permission.READ_PHONE_STATE" />\r
@@ -29,7 +29,7 @@
                 <category android:name="android.intent.category.LAUNCHER" />\r
             </intent-filter>\r
         </activity>\r
-\r
+        <activity android:name=".LoginActivity" />\r
 \r
     </application>\r
 \r