Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
lint
/
registration.java
blob: adda7cf75583dc74bff7108ee44a7e9b2c6ce47e [
file
] [
log
] [
blame
]
package
p1
.
p2
;
import
android
.
app
.
Activity
;
public
class
<
warning descr
=
"The `<activity> p1.p2.RegistrationTest` is not registered in the manifest"
>
RegistrationTest
</
warning
>
extends
Activity
{
}