Dbrant has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395049 )

Change subject: Fix viewing of library licenses.
......................................................................

Fix viewing of library licenses.

The LicenseActivity needs exported=true in the manifest.

Change-Id: Ia393ea916e297acef3ea258b8a457dc2e787d5be
---
M app/src/main/AndroidManifest.xml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/49/395049/1

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 9bc7183..3c4e0f7 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -167,7 +167,7 @@
             android:theme="@style/AppTheme.FullScreen" />
         <activity
             android:name=".settings.LicenseActivity"
-            android:exported="false"
+            android:exported="true"
             android:theme="@style/AppTheme.ActionBar"
             tools:ignore="GoogleAppIndexingUrlError">
             <intent-filter>

-- 
To view, visit https://gerrit.wikimedia.org/r/395049
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia393ea916e297acef3ea258b8a457dc2e787d5be
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to