Android Studio 1.3 Preview 5
Hello,
I want to display my app's icon on the users lockscreen. Example, like you have the camera app shortcut. I would like to do the same for my app. So the user will click or drag the app icon and the App will open.
There a property in the manifest under the activity
element, that I think should work. However, when I install my app on a Samsung running Kitkat 4.4.2 it didn't work (API 17 or above).
android:showOnLockScreen="true"
In the following online documentation I couldn't see this property:
http://developer.android.com/guide/topics/manifest/activity-element.html
Just wondering if this is possible or not.
Many thanks for any suggestions,