diff options
Diffstat (limited to 'docs/html/guide/topics/manifest/manifest-intro.jd')
-rw-r--r-- | docs/html/guide/topics/manifest/manifest-intro.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/manifest/manifest-intro.jd b/docs/html/guide/topics/manifest/manifest-intro.jd index 9e1b18d..efbfa5a 100644 --- a/docs/html/guide/topics/manifest/manifest-intro.jd +++ b/docs/html/guide/topics/manifest/manifest-intro.jd @@ -443,7 +443,7 @@ element. For example, an activity could be protected as follows: <permission android:name="com.example.project.DEBIT_ACCT" . . . /> . . . <application . . .> - <activity android:name="com.example.project.FreneticActivity" . . . > + <activity android:name="com.example.project.FreneticActivity" android:permission="com.example.project.DEBIT_ACCT" . . . > . . . |