[android-developers] Re: Camera orientation problem

2010-11-17 Thread Sfortza
if your target platform is 2.2 you can use methodcamera.setDisplayOrientation(); but if you target platform <2.1 you can get correct preview only in landscape mode. On 17 ноя, 17:15, ping wrote: > Hello, > I'm showing a camera preview in my app. When i set the > android:screenOrientation attr

[android-developers] Restricted access to Content Provider

2010-11-16 Thread Sfortza
I'm trying to give limited access to another application to my ContentProvider. I have two special tables. In one I want to give the opportunity only to record data, the second - to hide completely. Other tables can be read there and you can record the data to them. If I just add to the provider