Home > Mobile >  In Java. Lang. SecurityException: Not allowed to start the activity Intent
In Java. Lang. SecurityException: Not allowed to start the activity Intent

Time:12-04

To run the program, the interface display, before the jump page, stuck in the loading screen

Java. Lang. SecurityException: Not allowed to start the activity Intent {FLG=0 x10000000 CMP=package - name -}

I look at the source is through PERMISSION_DENIED this error code to report bugs,
Case ActivityManager. START_PERMISSION_DENIED:
Throw new SecurityException (" Not allowed to start the activity "+ intent);

Also went to the Internet to see, opened the third party app permissions problem, or is in the activity with the android: exported=false this property,

I went to see the both, can be ruled out, but definitely permission problems ah, think of,

And very strange is the bug is not now, permission problems not will now? How can this bug screen orientation?

You, can you provide the solution, thanks!

CodePudding user response:

You this is the activity of other apk dynamic loading times of wrong, you have first to third party apk under installation, the package name, the name of the activity have write wrong
  • Related