• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

1Locker Secret Photo Album: It's not only a photo vault app, but aslo a most secure private browser

Hi! I am the developer of 1Locker Secret Photo Album, and I'm glad to share what's new in the latest version of my app.

Get Android App Now: 1Locker Android App

After a few months of continuous work, we made some improvements to make 1Locker a better photo vault app. At the same time, we also made 1Locker a super-secure private browser.

If you want to save private photos, choose 1Locker.
If you want to browse private webpages, choose 1Locker.

3232.png


And the coolest thing is, we combine the two features. With 1Locker, there's no need to bother saving the pictures to your camera roll first. Long press any media you want to save, the image will be downloaded into your 1Locker app immediately.


Just enter some keywords or the URL of your favorite websites, you can be yourself as free as you can and do not worry about the histories, since you can delete all your histories with a simple click.


432432.png

Switched to google Fi Bug report

UPDATE:

Google fi asked me to switch the 2G to resolve the issues without success. The problem is that they needed to reregister the IMS with their partner carrier but refuse to do so.

Since, I have ordered a new sim card from Ting.com and switched. I was able to use their network flawlessly and was set up in less than 10 mins.

I do not recommend Google Fi. The entire experience was frustrating with poor customer service. I spender several days of my time working wither their trouble shooting methods because they refuse to accept it was a flaw with either their system or their partners networks. The same issue has been reported by several of their customers and can be found on their forums. Please take this as a warning and save yourself 2 weeks of a head ache.

First, I am glad that you got sorted and can continue to use your device as you had planned.

Second, please don't think that I, in any way, am sticking up for Google in any way with my following statement.

Third, I can pretty much guarantee that you would not have had the issue at all if you had purchased a device from Google.

What you did was similar to buying a Toyota and then going to a Chevrolet dealor to perform warranty service.

Sure, they can change the oil, the tires, wipers, and other menial work.
But they are not really going to want to replace a camshaft or the main bearings.

Apps SMS Intent does not work with contact having number with spaces

Dear all,

We are using Intent to start an activity on SMS default app of android.
We noticed that if we send to multiple recipients, the recipient with number having spaces will be dropped.
If we send to only one recipient, it still works.

Here is how we build the intent:
final Uri uri = Uri.parse("smsto:" + stringOfMultipleNumbers);
Intent smsIntent = new Intent(Intent.ACTION_SENDTO, uri);
smsIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
smsIntent.putExtra("sms_body", messageContent);

For instance, stringOfMultipleNumbers is "0123456787;0123456788;01 23 45 67 89"

For multiple recipient, we need to separate numbers by ";" and it is working fine with all numbers which do not have spaces.

Do you have the same issue? Do you know what is the solution? Could you please enlighten us?

Best regards
Tien Dat PHAN

Filter

Back
Top Bottom