Question Open source license in Android BSP

VINOTHKUMAR_1

Commendable
Jun 13, 2017
4
0
1,510
0
I am working on IMX6Q with Android 7. I want to add the Open source license in Android BSP . I done this implementation by placing my license file in the system/etc path.
The file format as HTML.
I checked also, the file present as well as my requirement. But, what is the main problem is when I click this Open source License UI i unable to view it. I got following error when click UI "Failed to find viewer" in terminal. And in UI "There is a problem loading the licenses".

I want to know, is there any default configuration to disable/enable web view ?


https://android.googlesource.com/pl...android/settings/SettingsLicenseActivity.java

try {
startActivity(intent);
finish();
} catch (ActivityNotFoundException e) {
Log.e(TAG, "Failed to find viewer", e);
showErrorAndFinish();
}
}
private void showErrorAndFinish() {
Toast.makeText(this, R.string.settings_license_activity_unavailable, Toast.LENGTH_LONG)
.show();
finish();
}


Thanks & Regards,
VinothS
 

Saga Lout

Olde English
I clicked your link and a page showed up so I copied it and pasted it into a Notepad text file.

Even if you can't see it, try pressing Control and A then Control C and paste it using Control V into any document handler.
 
Thread starter Similar threads Forum Replies Date
K Apps General Discussion 0
6 Apps General Discussion 0
B Apps General Discussion 1
D Apps General Discussion 5
woahwoahwilly Apps General Discussion 1
L Apps General Discussion 1
appletatoes Apps General Discussion 3
E Apps General Discussion 1
Kkody2 Apps General Discussion 5
onlythefreshness Apps General Discussion 1
M Apps General Discussion 4
jamesp33 Apps General Discussion 18
A Apps General Discussion 2
J Apps General Discussion 3
R Apps General Discussion 4
F Apps General Discussion 2
RightHereBro Apps General Discussion 1
S Apps General Discussion 7
A Apps General Discussion 1
D Apps General Discussion 3

ASK THE COMMUNITY