Hi,
I've been assigned the task of maintaining some preexisting code and
while examining the manifest file I came across the following items,
!
!
My problem is that I can't find an explanation for the use of the
exclamation point. My guess is that it is an undocumented method of
permission suppr
Firstly, what you state has not been my experience and it did not and
does not work on my devices. Perhaps there is another issue involved,
but the only reason I went to such toil is expressly because I had to
do so for every field to remain the same upon an orientation change.
I've got both an an
Hi,
I feel your pain. The life cycle of an activity seemed strange to me
until I began to log every entrance into these methods. As a result I
began to understand what was going on and why.
I can't seem to find a way to attach this code to the reply so I'll
have to just insert it here.
This wor
Problem solved a couple of days ago...
-
On Jun 19, 6:23 pm, EmbSysPro wrote:
> Sorry for posting this as I'm sure an answer is staring me in the face
> but I can't seem to filter the information to find the correct answer
Well,
I think that I have the answer. I'm going to try the following code.
Sure seems a bit convoluted.
try {
ContentResolver cr = getContentResolver();
ParcelFileDescriptor pfd = cr.openFileDescriptor(data.getData(),
"r");
byte[] imageBuffe
Sorry for posting this as I'm sure an answer is staring me in the face
but I can't seem to filter the information to find the correct answer.
I'm trying to allow the user of my app to retrieve an image for me to
manipulate. It seems that one of the correct methods is to launch an
activity to allo
6 matches
Mail list logo