アプリ実行時の問題: コンソール画面で
java.lang.SecurityException: 許可拒否: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.test.sample/.Setting } from null (pid =9137、uid=2000) にはヌルが必要です
アプリ実行時の問題: コンソール画面で
java.lang.SecurityException: 許可拒否: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 cmp=com.test.sample/.Setting } from null (pid =9137、uid=2000) にはヌルが必要です
十分な権限があることを確認してください<uses-permission>
。Android のセキュリティに関する次のガイドをご覧くださいhttp://developer.android.com/guide/topics/security/permissions.html