This shows you the differences between two versions of the page.
|
eim:colocvii:colocviu01 [2020/03/29 20:20] andrei.bolojan |
eim:colocvii:colocviu01 [2020/03/29 20:33] (current) andrei.bolojan |
||
|---|---|---|---|
| Line 491: | Line 491: | ||
| <manifest ... > | <manifest ... > | ||
| <application ... > | <application ... > | ||
| - | <activity | + | <activity android:name=".view.PracticalTest01SecondaryActivity"> |
| - | android:name=".PracticalTest01SecondaryActivity" | + | |
| - | android:label="@string/title_activity_practical_test01_secondary" > | + | |
| <intent-filter> | <intent-filter> | ||
| - | <action android:name="ro.pub.cs.systems.eim.intent.action.PracticalTest01SecondaryActivity" /> | + | <action android:name="ro.pub.cs.systems.eim.practicaltest01.intent.action.PracticalTest01SecondaryActivity" /> |
| <category android:name="android.intent.category.DEFAULT" /> | <category android:name="android.intent.category.DEFAULT" /> | ||
| </intent-filter> | </intent-filter> | ||
| Line 700: | Line 698: | ||
| <application ...> | <application ...> | ||
| <!-- other components --> | <!-- other components --> | ||
| - | <service | + | <service |
| - | android:name="ro.pub.cs.systems.eim.PracticalTest01Service" | + | android:name=".service.PracticalTest01Service" |
| android:enabled="true" | android:enabled="true" | ||
| android:exported="false" /> | android:exported="false" /> | ||