Issue 31: [Re-opened] Missing documentation / incorrect use of sw6.* prefix
Project Member Reported by swlass...@gmail.com, May 6, 2011
According to this meeting: https://docs.google.com/document/pub?id=1lWaK-nLfCpjIcMzk23oLviNKpuZvj8VCnjAYacaHCYU&pli=1

.. the prefix sw6.* should be used to filter apps belonging to the sw6 GIRAF project. Instead of using this prefix, the launcher uses the following intent filter category to filter apps: <category android:name="sw6.intent.category.LAUNCHER"/>

I think this is a bug, for two reasons:

- this is not mentioned in the available documentation sent out today
- this does not meet the idea of using the sw6.* prefix
May 9, 2011
Project Member #1 rj...@student.aau.dk
This has been marked as invalid. Filtering apps on package name would include displaying girafplace and admin interface in the launcher. The sw6 prefix is used to group any package for the GIRAF system, but the intent is used to filter which apps should be offered to the child user. Documentation on this has been updated
Status: Invalid
May 9, 2011
Project Member #2 swlass...@gmail.com
I can understand that this issue has been re-opened (based on what I have been told by sw6c this afternoon). Further, I can understand that the functionality will be implemented such that the "special" intents are no longer needed, and such that the sw6.* prefix will be used.
Summary: [Re-opened] Missing documentation / incorrect use of sw6.* prefix
Status: New
May 10, 2011
Project Member #3 rj...@student.aau.dk
The sw6.* prefix is only used for packages, not for the actual filtering. However as a side note, filtering has now been changed. Only applications deployed and installed through GirafPlace will be available. The intent used is the intent provided by http://developer.android.com/reference/android/content/pm/PackageManager.html#getLaunchIntentForPackage(java.lang.String) 

Documentation will be provided tomorrow outlining the limitations of this decision. 
Status: Invalid