Missing in Source code package..........Please help me

com.jaspersoft.android.samples.jaspermobile.action.ADD_SERVER_PROFILE

com.jaspersoft.android.samples.jaspermobile.action.EDIT_SERVER_PROFILE

potnuru.sunil's picture
Joined: Nov 11 2012 - 11:03pm
Last seen: 10 years 9 months ago

1 Answer:

Hmm... What do you hope to find?

These are just action names (action name is just a String ID, not a constant or class).
 
For more details see AndroidManifest.xml:
...
<activity android:name=".activities.ServerProfileActivity">
<intent-filter>
<action android:name="com.jaspersoft.android.samples.jaspermobile.action.ADD_SERVER_PROFILE" />
<action android:name="com.jaspersoft.android.samples.jaspermobile.action.EDIT_SERVER_PROFILE" />
</intent-filter>
</activity>
...
igadzhega's picture
376
Joined: Jan 16 2011 - 3:44am
Last seen: 9 years 6 months ago

thanks.......i can understand that issue........no problem now

potnuru.sunil - 10 years 10 months ago
Feedback
randomness