replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / notification / examples / android / NotiProviderExample / app / src / main / AndroidManifest.xml
old mode 100644 (file)
new mode 100755 (executable)
index bc14e47..7134850
@@ -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.notiproviderexample">\r
+    package="org.iotivity.service.ns.sample.provider">\r
 \r
     <uses-feature android:name="android.hardware.nfc" />\r
     <uses-permission android:name="android.permission.READ_PHONE_STATE" />\r
@@ -29,9 +29,9 @@
                 <category android:name="android.intent.category.LAUNCHER" />\r
             </intent-filter>\r
         </activity>\r
-\r
+        <activity android:name=".LoginActivity" />\r
         <service\r
-            android:name="com.sec.notiproviderexample.NotiListener"\r
+            android:name=".NotiListener"\r
             android:label="@string/app_name"\r
             android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE">\r
 \r