I am making an application which creates a lock screen. The problem is that there is a way from recent app button, from where i can enter into device without entering the password into my lock screen.I have closed the recent app dialog by ACTION_CLOSE_SYSTEM_DIALOGS. But it's not too fast to close it and i can click any recent app on this dialog. What can be the solution for it?
First of all, open up a terminal window for commands:
1.) To clear recent documents, use:
rm ~/.local/share/zeitgeist/activity.sqlite
zeitgeist-daemon --replace
2.) To prevent new items from being created, use:
echo -n > ~/.recently-used.xbel
sudo chattr +i .recently-used.xbel
If you change your mind, use this to restore:
sudo chattr -i .recently-used.xbel
Thanks to multifo from ubuntuforums.org.
In 12.04 Live-USB, I use Movie Player to watch movie or music video. All of the movie/music-video titles that I have seen using the Movie Player are appears on the menu (under the Movie tab).
How to clear this list and how to prevent Movie Player from showing this list anymore? I already try the "Delete History" from the "Privacy" option in "System Settings" but it doesn't work.
The Shutter screenshot tool has a recent files menu. How do I clear the list.
Welcome to the Hardware 2.0 "Very Best Kit List" for Apr/May 2010. Here I've put together a list of the best high-end and mid-range and budget components currently available. So if you're thinking of buying, building or even upgrading a PC, this list is a must-read for you!
Hi
I have Cinnamon (on Fedora) running on a netbook and the menu in now too tall for the screen. I have tried to use Alacarte to edit it but the items I want to remove aren't available.
I just spotted this in the Amazon help section:
Quote:
How can I delete an app from the My Apps list?
Visit Your Apps from a web browser. Select "Delete this app" from the "Actions..." drop down menu to the right of the app you'd like to delete.
I have added map on fragment activity and added several marker using addMarker function, but i am able to remove all markers , I am getting notification for different list of markers,
Now i wants to remove all markers and add new one.
one way to keep all markers in list and remove one by one, (marker.remove())
Is there any better way to clear all marker.
I'm using a ListView to display a list of items. I tap on one item to 'select' it, and that item briefly turns orange in the list, but then returns to the background color.
How can I cause the item to stay 'lit' until I unselect it (by tapping the item again)?
Also, can I call a method that will clear all selected items for that list?